#0A5A87

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

Shades of Dark Cerulean #0A5A87

Tints of Dark Cerulean #0A5A87

Color information

#0A5A87 (or 0x0A5A87) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 5A and 87. RGB value is (10,90,135). Sum of RGB (Red+Green+Blue) = 10+90+135=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A5A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5A87 is #F5A578. Grayscale: #464646. Windows color (decimal): -16098681 or 8870410. OLE color: 8870410.

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

Color convert

RGB1090135-
CMYK0.930.3300.47
HSL201.6º86.21%28.43%-
HSV(B)201.6º92.59%52.94%-
XYZ8.159.1324.25-
YUV71.2116484.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=4.26%
G=38.30%
B=57.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10901350.930.3300.47201.686.2128.43
HexA5A875D2102Fca561c
Octal121322071354105731212634
Binary10101011010100001111011101100001010111111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,135); }

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

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

 a { background-color: rgb(10,90,135); }

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

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

 span { border-color: rgb(10,90,135); }

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