#0C477C

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

Shades of Dark Cerulean #0C477C

Tints of Dark Cerulean #0C477C

Color information

#0C477C (or 0x0C477C) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 47 and 7C. RGB value is (12,71,124). Sum of RGB (Red+Green+Blue) = 12+71+124=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C477C is #F3B883. Grayscale: #3B3B3B. Windows color (decimal): -15972484 or 8144652. OLE color: 8144652.

HSL color Cylindrical-coordinate representation of color #0C477C: hue angle of 208.39º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C477C is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1271124-
CMYK0.900.4300.51
HSL208.39º82.35%26.67%-
HSV(B)208.39º90.32%48.63%-
XYZ6.046.0419.92-
YUV59.4164.4594.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=5.80%
G=34.30%
B=59.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12711240.900.4300.51208.3982.3526.67
HexC477C5A2B033d0521b
Octal141071741325306332012233
Binary1100100011111111001011010101011011001111010000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,124); }

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

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

 a { background-color: rgb(12,71,124); }

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

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

 span { border-color: rgb(12,71,124); }

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