color codes Logo

#06139c color codes

#06139C
(6,19,156)
0 Favorites   0 Comments

Color spaces of #06139c

RGB 619156
HSL0.650.930.32
HSV235°96°61°
CMYK 0.960.880.00   0.39
XYZ6.30872.904831.6807
Yxy2.90480.15430.0710
Hunter Lab17.043536.2463-98.2788
CIE-Lab19.658548.7429-71.0480

#06139c color RGB value is (6,19,156).

#06139c hex color red value is 6, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #06139c hue: 0.65 , saturation: 0.93 and the lightness value of 06139c is 0.32.

The process color (four color CMYK) of #06139c color code is 0.96, 0.88, 0.00, 0.39. Web safe color of #06139c is #000099. Color #06139c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010011 10011100
Octal 6 23 234
Decimal 6 19 156
Hex 6 13 9C

RGB Percentages of Color #06139c

%3.31
%10.50
%86.19

CMYK Percentages of Color #06139c

%96
%88
%0
%39

Triadic Colors of #06139c

#06139c #9c0613 #139c06

Analogous Colors of #06139c

#06139c #44069c #065e9c

Monochromatic Colors of #06139c

#06139c

Complementary Color

#06139c #9c8f06

#06139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06139c Color CSS Codes

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

#06139c Text Font Color

<p style="color:#06139c">Text here</p>

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


#06139c Background Color

<div style="background-color:#06139c">
Div content here</div>

This div background color is #06139c


#06139c Border Color

<div style="border:3px solid #06139c">
Div here</div>

This div border color is #06139c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,19,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06139c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06139c;
  -webkit-box-shadow: 1px 1px 3px 2px #06139c;
  box-shadow:         1px 1px 3px 2px #06139c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06139c


Comments

No comments written yet.

Please login to write comment.