#0C5489

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

Shades of Dark Cerulean #0C5489

Tints of Dark Cerulean #0C5489

Color information

#0C5489 (or 0x0C5489) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 54 and 89. RGB value is (12,84,137). Sum of RGB (Red+Green+Blue) = 12+84+137=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C5489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5489 is #F3AB76. Grayscale: #444444. Windows color (decimal): -15969143 or 8999948. OLE color: 8999948.

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

Color convert

RGB1284137-
CMYK0.910.3900.46
HSL205.44º83.89%29.22%-
HSV(B)205.44º91.24%53.73%-
XYZ7.848.2224.84-
YUV68.51166.6587.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 137 (53.91% from 255) = 58.80%
R=5.15%
G=36.05%
B=58.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12841370.910.3900.46205.4483.8929.22
HexC54895B2702Ecd541d
Octal141242111334705631512435
Binary11001010100100010011011011100111010111011001101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,84,137); }

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

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

 a { background-color: rgb(12,84,137); }

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

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

 span { border-color: rgb(12,84,137); }

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