#0C4D85

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

Shades of Dark Cerulean #0C4D85

Tints of Dark Cerulean #0C4D85

Color information

#0C4D85 (or 0x0C4D85) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4D and 85. RGB value is (12,77,133). Sum of RGB (Red+Green+Blue) = 12+77+133=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C4D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4D85 is #F3B27A. Grayscale: #3F3F3F. Windows color (decimal): -15970939 or 8736012. OLE color: 8736012.

HSL color Cylindrical-coordinate representation of color #0C4D85: hue angle of 207.77º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4D85 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1277133-
CMYK0.910.4200.48
HSL207.77º83.45%28.43%-
HSV(B)207.77º90.98%52.16%-
XYZ7.047.0823.19-
YUV63.95166.9790.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=5.41%
G=34.68%
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.48
SystemRedGreenBlueCMYKHSL
Decimal12771330.910.4200.48207.7783.4528.43
HexC4D855B2A030d0531c
Octal141152051335206032012334
Binary11001001101100001011011011101010011000011010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,77,133); }

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

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

 a { background-color: rgb(12,77,133); }

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

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

 span { border-color: rgb(12,77,133); }

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