#0C6F94

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

Shades of Cerulean #0C6F94

Tints of Cerulean #0C6F94

Color information

#0C6F94 (or 0x0C6F94) is unknown color: approx Cerulean. HEX triplet: 0C, 6F and 94. RGB value is (12,111,148). Sum of RGB (Red+Green+Blue) = 12+111+148=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C6F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6F94 is #F3906B. Grayscale: #555555. Windows color (decimal): -15962220 or 9727756. OLE color: 9727756.

HSL color Cylindrical-coordinate representation of color #0C6F94: hue angle of 196.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6F94 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12111148-
CMYK0.920.2500.42
HSL196.32º85%31.37%-
HSV(B)196.32º91.89%58.04%-
XYZ11.1813.5930.05-
YUV85.62163.275.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 111 (43.75% from 255) = 40.96%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=4.43%
G=40.96%
B=54.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121111480.920.2500.42196.328531.37
HexC6F945C1902Ac4551f
Octal141572241343105230412537
Binary1100110111110010100101110011001010101011000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,111,148); }

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

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

 a { background-color: rgb(12,111,148); }

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

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

 span { border-color: rgb(12,111,148); }

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