color codes Logo

#133adc color codes

#133ADC
(19,58,220)
0 Favorites   0 Comments

Color spaces of #133adc

RGB 1958220
HSL0.630.840.47
HSV228°91°86°
CMYK 0.910.740.00   0.14
XYZ14.69998.331968.5436
Yxy8.33190.16050.0910
Hunter Lab28.865040.3897-120.5859
CIE-Lab34.664850.0047-84.0554

#133adc color RGB value is (19,58,220).

#133adc hex color red value is 19, green value is 58 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #133adc hue: 0.63 , saturation: 0.84 and the lightness value of 133adc is 0.47.

The process color (four color CMYK) of #133adc color code is 0.91, 0.74, 0.00, 0.14. Web safe color of #133adc is #0033cc. Color #133adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111010 11011100
Octal 23 72 334
Decimal 19 58 220
Hex 13 3A DC

RGB Percentages of Color #133adc

%6.40
%19.53
%74.07

CMYK Percentages of Color #133adc

%91
%74
%0
%14

Triadic Colors of #133adc

#133adc #dc133a #3adc13

Analogous Colors of #133adc

#133adc #5113dc #139fdc

Monochromatic Colors of #133adc

#133adc

Complementary Color

#133adc #dcb513

#133adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133adc Color CSS Codes

.mybgcolor {background-color:#133adc; } 
.myforecolor {color:#133adc; }
.mybordercolor {border:3px solid #133adc; }

#133adc Text Font Color

<p style="color:#133adc">Text here</p>

This sample text font color is #133adc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#133adc Background Color

<div style="background-color:#133adc">
Div content here</div>

This div background color is #133adc


#133adc Border Color

<div style="border:3px solid #133adc">
Div here</div>

This div border color is #133adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,58,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133adc;
  -webkit-box-shadow: 1px 1px 3px 2px #133adc;
  box-shadow:         1px 1px 3px 2px #133adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,58,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #133adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #133adc;
  -webkit-box-shadow: 1px 1px 3px 2px #133adc;
  box-shadow:         1px 1px 3px 2px #133adc;">
Div content here</div>

This div box has shadow with color #133adc


Comments

No comments written yet.

Please login to write comment.