Color Hex Logo

#133c8a Color Hex

#133C8A
(19,60,138)
0 Favorites   0 Comments

Color spaces of #133c8a

RGB 1960138
HSL0.610.760.31
HSV219°86°54°
CMYK 0.860.570.00   0.46
XYZ6.47195.205124.7083
Yxy5.20510.17790.1431
Hunter Lab22.814710.7098-48.2408
CIE-Lab27.311317.4878-47.3154

#133c8a color RGB value is (19,60,138).

#133c8a hex color red value is 19, green value is 60 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #133c8a hue: 0.61 , saturation: 0.76 and the lightness value of 133c8a is 0.31.

The process color (four color CMYK) of #133c8a color hex is 0.86, 0.57, 0.00, 0.46. Web safe color of #133c8a is #003399. Color #133c8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111100 10001010
Octal 23 74 212
Decimal 19 60 138
Hex 13 3C 8A

RGB Percentages of Color #133c8a

%8.76
%27.65
%63.59

CMYK Percentages of Color #133c8a

%86
%57
%0
%46

Triadic Colors of #133c8a

#133c8a #8a133c #3c8a13

Analogous Colors of #133c8a

#133c8a #25138a #13788a

Monochromatic Colors of #133c8a

#133c8a

Complementary Color

#133c8a #8a6113

#133c8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133c8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#133c8a Color CSS Codes

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

#133c8a Text Font Color

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

This sample text font color is #133c8a
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.


#133c8a Background Color

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

This div background color is #133c8a


#133c8a Border Color

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

This div border color is #133c8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133c8a


Comments

No comments written yet.

Please login to write comment.