#0C5B8C

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

Shades of Dark Cerulean #0C5B8C

Tints of Dark Cerulean #0C5B8C

Color information

#0C5B8C (or 0x0C5B8C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 5B and 8C. RGB value is (12,91,140). Sum of RGB (Red+Green+Blue) = 12+91+140=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C5B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5B8C is #F3A473. Grayscale: #484848. Windows color (decimal): -15967348 or 9198348. OLE color: 9198348.

HSL color Cylindrical-coordinate representation of color #0C5B8C: hue angle of 202.97º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5B8C is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1291140-
CMYK0.910.3500.45
HSL202.97º84.21%29.8%-
HSV(B)202.97º91.43%54.9%-
XYZ8.639.4526.18-
YUV72.96165.8384.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.94%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=4.94%
G=37.45%
B=57.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12911400.910.3500.45202.9784.2129.8
HexC5B8C5B2302Dcb541e
Octal141332141334305531312436
Binary11001011011100011001011011100011010110111001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,140); }

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

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

 a { background-color: rgb(12,91,140); }

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

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

 span { border-color: rgb(12,91,140); }

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