#0A5488

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

Shades of Dark Cerulean #0A5488

Tints of Dark Cerulean #0A5488

Color information

#0A5488 (or 0x0A5488) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 54 and 88. RGB value is (10,84,136). Sum of RGB (Red+Green+Blue) = 10+84+136=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A5488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5488 is #F5AB77. Grayscale: #434343. Windows color (decimal): -16100216 or 8934410. OLE color: 8934410.

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

Color convert

RGB1084136-
CMYK0.930.3800.47
HSL204.76º86.3%28.63%-
HSV(B)204.76º92.65%53.33%-
XYZ7.748.1824.46-
YUV67.8166.4886.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=4.35%
G=36.52%
B=59.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10841360.930.3800.47204.7686.328.63
HexA54885D2602Fcd561d
Octal121242101354605731512635
Binary10101010100100010001011101100110010111111001101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,84,136); }

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

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

 a { background-color: rgb(10,84,136); }

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

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

 span { border-color: rgb(10,84,136); }

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