#0C4F88

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

Shades of Dark Cerulean #0C4F88

Tints of Dark Cerulean #0C4F88

Color information

#0C4F88 (or 0x0C4F88) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4F and 88. RGB value is (12,79,136). Sum of RGB (Red+Green+Blue) = 12+79+136=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C4F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4F88 is #F3B077. Grayscale: #414141. Windows color (decimal): -15970424 or 8933132. OLE color: 8933132.

HSL color Cylindrical-coordinate representation of color #0C4F88: hue angle of 207.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4F88 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1279136-
CMYK0.910.4200.47
HSL207.58º83.78%29.02%-
HSV(B)207.58º91.18%53.33%-
XYZ7.397.4524.34-
YUV65.46167.889.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=5.29%
G=34.80%
B=59.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12791360.910.4200.47207.5883.7829.02
HexC4F885B2A02Fd0541d
Octal141172101335205732012435
Binary11001001111100010001011011101010010111111010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,79,136); }

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

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

 a { background-color: rgb(12,79,136); }

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

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

 span { border-color: rgb(12,79,136); }

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