#0C4895

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

Shades of Dark Cerulean #0C4895

Tints of Dark Cerulean #0C4895

Color information

#0C4895 (or 0x0C4895) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 48 and 95. RGB value is (12,72,149). Sum of RGB (Red+Green+Blue) = 12+72+149=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C4895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4895 is #F3B76A. Grayscale: #3E3E3E. Windows color (decimal): -15972203 or 9783308. OLE color: 9783308.

HSL color Cylindrical-coordinate representation of color #0C4895: hue angle of 213.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4895 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1272149-
CMYK0.920.5200.42
HSL213.72º85.09%31.57%-
HSV(B)213.72º91.95%58.43%-
XYZ7.896.8829.35-
YUV62.84176.6291.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=5.15%
G=30.90%
B=63.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12721490.920.5200.42213.7285.0931.57
HexC48955C3402Ad65520
Octal141102251346405232612540
Binary110010010001001010110111001101000101010110101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,72,149); }

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

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

 a { background-color: rgb(12,72,149); }

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

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

 span { border-color: rgb(12,72,149); }

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