#0C4A73

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

Shades of Dark Cerulean #0C4A73

Tints of Dark Cerulean #0C4A73

Color information

#0C4A73 (or 0x0C4A73) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4A and 73. RGB value is (12,74,115). Sum of RGB (Red+Green+Blue) = 12+74+115=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4A73 is #F3B58C. Grayscale: #3B3B3B. Windows color (decimal): -15971725 or 7555596. OLE color: 7555596.

HSL color Cylindrical-coordinate representation of color #0C4A73: hue angle of 203.88º 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 #0C4A73 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1274115-
CMYK0.900.3600.55
HSL203.88º81.1%24.9%-
HSV(B)203.88º89.57%45.1%-
XYZ5.696.2117.12-
YUV60.14158.9693.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=5.97%
G=36.82%
B=57.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12741150.900.3600.55203.8881.124.9
HexC4A735A24037cc5119
Octal141121631324406731412131
Binary1100100101011100111011010100100011011111001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,74,115); }

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

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

 a { background-color: rgb(12,74,115); }

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

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

 span { border-color: rgb(12,74,115); }

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