#0A5992

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

Shades of Dark Cerulean #0A5992

Tints of Dark Cerulean #0A5992

Color information

#0A5992 (or 0x0A5992) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 59 and 92. RGB value is (10,89,146). Sum of RGB (Red+Green+Blue) = 10+89+146=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A5992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5992 is #F5A66D. Grayscale: #474747. Windows color (decimal): -16098926 or 9591050. OLE color: 9591050.

HSL color Cylindrical-coordinate representation of color #0A5992: hue angle of 205.15º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5992 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1089146-
CMYK0.930.3900.43
HSL205.15º87.18%30.59%-
HSV(B)205.15º93.15%57.25%-
XYZ8.899.2828.52-
YUV71.88169.8383.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=4.08%
G=36.33%
B=59.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10891460.930.3900.43205.1587.1830.59
HexA59925D2702Bcd571f
Octal121312221354705331512737
Binary10101011001100100101011101100111010101111001101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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