#0A5987

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

Shades of Dark Cerulean #0A5987

Tints of Dark Cerulean #0A5987

Color information

#0A5987 (or 0x0A5987) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 59 and 87. RGB value is (10,89,135). Sum of RGB (Red+Green+Blue) = 10+89+135=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A5987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5987 is #F5A678. Grayscale: #464646. Windows color (decimal): -16098937 or 8870154. OLE color: 8870154.

HSL color Cylindrical-coordinate representation of color #0A5987: hue angle of 202.08º 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 #0A5987 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1089135-
CMYK0.930.3400.47
HSL202.08º86.21%28.43%-
HSV(B)202.08º92.59%52.94%-
XYZ8.078.9624.23-
YUV70.62164.3384.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=4.27%
G=38.03%
B=57.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10891350.930.3400.47202.0886.2128.43
HexA59875D2202Fca561c
Octal121312071354205731212634
Binary10101011001100001111011101100010010111111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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