#0C4273

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

Shades of Dark Cerulean #0C4273

Tints of Dark Cerulean #0C4273

Color information

#0C4273 (or 0x0C4273) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 42 and 73. RGB value is (12,66,115). Sum of RGB (Red+Green+Blue) = 12+66+115=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4273 is #F3BD8C. Grayscale: #373737. Windows color (decimal): -15973773 or 7553548. OLE color: 7553548.

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

Color convert

RGB1266115-
CMYK0.900.4300.55
HSL208.54º81.1%24.9%-
HSV(B)208.54º89.57%45.1%-
XYZ5.195.2116.95-
YUV55.44161.6197.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.22%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 115 (45.31% from 255) = 59.59%
R=6.22%
G=34.20%
B=59.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12661150.900.4300.55208.5481.124.9
HexC42735A2B037d15119
Octal141021631325306732112131
Binary1100100001011100111011010101011011011111010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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