#0C6C9D

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

Shades of Cerulean #0C6C9D

Tints of Cerulean #0C6C9D

Color information

#0C6C9D (or 0x0C6C9D) is unknown color: approx Cerulean. HEX triplet: 0C, 6C and 9D. RGB value is (12,108,157). Sum of RGB (Red+Green+Blue) = 12+108+157=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C6C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6C9D is #F39362. Grayscale: #545454. Windows color (decimal): -15962979 or 10316812. OLE color: 10316812.

HSL color Cylindrical-coordinate representation of color #0C6C9D: hue angle of 200.28º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6C9D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12108157-
CMYK0.920.3100.38
HSL200.28º85.8%33.14%-
HSV(B)200.28º92.36%61.57%-
XYZ11.613.2433.84-
YUV84.88168.776.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=4.33%
G=38.99%
B=56.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121081570.920.3100.38200.2885.833.14
HexC6C9D5C1F026c85621
Octal141542351343704631012641
Binary11001101100100111011011100111110100110110010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,108,157); }

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

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

 a { background-color: rgb(12,108,157); }

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

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

 span { border-color: rgb(12,108,157); }

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