#0C4A84

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

Shades of Dark Cerulean #0C4A84

Tints of Dark Cerulean #0C4A84

Color information

#0C4A84 (or 0x0C4A84) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4A and 84. RGB value is (12,74,132). Sum of RGB (Red+Green+Blue) = 12+74+132=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C4A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A84 is #F3B57B. Grayscale: #3D3D3D. Windows color (decimal): -15971708 or 8669708. OLE color: 8669708.

HSL color Cylindrical-coordinate representation of color #0C4A84: hue angle of 209º 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 #0C4A84 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1274132-
CMYK0.910.4400.48
HSL209º83.33%28.24%-
HSV(B)209º90.91%51.76%-
XYZ6.776.6422.76-
YUV62.07167.4692.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 132 (51.95% from 255) = 60.55%
R=5.50%
G=33.94%
B=60.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12741320.910.4400.4820983.3328.24
HexC4A845B2C030d1531c
Octal141122041335406032112334
Binary11001001010100001001011011101100011000011010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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