#0C4E74

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

Shades of Dark Cerulean #0C4E74

Tints of Dark Cerulean #0C4E74

Color information

#0C4E74 (or 0x0C4E74) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4E and 74. RGB value is (12,78,116). Sum of RGB (Red+Green+Blue) = 12+78+116=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C4E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4E74 is #F3B18B. Grayscale: #3E3E3E. Windows color (decimal): -15970700 or 7622156. OLE color: 7622156.

HSL color Cylindrical-coordinate representation of color #0C4E74: hue angle of 201.92º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4E74 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1278116-
CMYK0.900.3300.55
HSL201.92º81.25%25.1%-
HSV(B)201.92º89.66%45.49%-
XYZ6.036.7917.52-
YUV62.6158.1391.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=5.83%
G=37.86%
B=56.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12781160.900.3300.55201.9281.2525.1
HexC4E745A21037ca5119
Octal141161641324106731212131
Binary1100100111011101001011010100001011011111001010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,116); }

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

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

 a { background-color: rgb(12,78,116); }

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

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

 span { border-color: rgb(12,78,116); }

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