Color Hex Logo

#0c609f Color Hex

#0C609F
(12,96,159)
0 Favorites   0 Comments

Color spaces of #0c609f

RGB 1296159
HSL0.570.860.34
HSV206°92°62°
CMYK 0.920.400.00   0.38
XYZ10.592510.947134.3556
Yxy10.94710.18950.1959
Hunter Lab33.0864-0.7550-38.4039
CIE-Lab39.49121.4290-40.4833

#0c609f color RGB value is (12,96,159).

#0c609f hex color red value is 12, green value is 96 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #0c609f hue: 0.57 , saturation: 0.86 and the lightness value of 0c609f is 0.34.

The process color (four color CMYK) of #0c609f color hex is 0.92, 0.40, 0.00, 0.38. Web safe color of #0c609f is #006699. Color #0c609f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01100000 10011111
Octal 14 140 237
Decimal 12 96 159
Hex C 60 9F

RGB Percentages of Color #0c609f

%4.49
%35.96
%59.55

CMYK Percentages of Color #0c609f

%92
%40
%0
%38

Triadic Colors of #0c609f

#0c609f #9f0c60 #609f0c

Analogous Colors of #0c609f

#0c609f #0c169f #0c9f95

Monochromatic Colors of #0c609f

#0c609f

Complementary Color

#0c609f #9f4b0c

#0c609f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c609f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c609f Color CSS Codes

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

#0c609f Text Font Color

<p style="color:#0c609f">Text here</p>

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


#0c609f Background Color

<div style="background-color:#0c609f">
Div content here</div>

This div background color is #0c609f


#0c609f Border Color

<div style="border:3px solid #0c609f">
Div here</div>

This div border color is #0c609f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,96,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c609f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c609f;
  -webkit-box-shadow: 1px 1px 3px 2px #0c609f;
  box-shadow:         1px 1px 3px 2px #0c609f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,96,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c609f


Comments

No comments written yet.

Please login to write comment.