#0C6D97

Color #0C6D97 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0C6D97

Tints of Cerulean #0C6D97

Color information

#0C6D97 (or 0x0C6D97) is unknown color: approx Cerulean. HEX triplet: 0C, 6D and 97. RGB value is (12,109,151). Sum of RGB (Red+Green+Blue) = 12+109+151=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C6D97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6D97 is #F39268. Grayscale: #545454. Windows color (decimal): -15962729 or 9923852. OLE color: 9923852.

HSL color Cylindrical-coordinate representation of color #0C6D97: hue angle of 198.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6D97 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12109151-
CMYK0.920.2800.41
HSL198.13º85.28%31.96%-
HSV(B)198.13º92.05%59.22%-
XYZ11.2113.2531.25-
YUV84.78165.3676.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=4.41%
G=40.07%
B=55.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121091510.920.2800.41198.1385.2831.96
HexC6D975C1C029c65520
Octal141552271343405130612540
Binary11001101101100101111011100111000101001110001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6D97; }

 p { color: rgb(12,109,151); }

 H1.HeaderClassName
 {
   color: #0C6D97;
 }
 .AnyTagClassName
 {
   color: #0C6D97;
 }
</style>
background-color css

<style>
 a { background-color: #0C6D97; }

 a { background-color: rgb(12,109,151); }

 div.DivClassName
 {
   background-color: #0C6D97;
 }
 .BgClassName
 {
   background-color: #0C6D97;
 }
</style>
border-color css

<style>
 span { border-color: #0C6D97; }

 span { border-color: rgb(12,109,151); }

 td.TdClassName
 {
   border-color: #0C6D97;
 }
 .TagClassName
 {
   border-color: #0C6D97;
 }
</style>