#0A5599

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

Shades of Cobalt #0A5599

Tints of Cobalt #0A5599

Color information

#0A5599 (or 0x0A5599) is unknown color: approx Cobalt. HEX triplet: 0A, 55 and 99. RGB value is (10,85,153). Sum of RGB (Red+Green+Blue) = 10+85+153=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A5599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5599 is #F5AA66. Grayscale: #454545. Windows color (decimal): -16099943 or 10048778. OLE color: 10048778.

HSL color Cylindrical-coordinate representation of color #0A5599: hue angle of 208.53º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5599 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1085153-
CMYK0.930.4400.4
HSL208.53º87.73%31.96%-
HSV(B)208.53º93.46%60%-
XYZ9.128.8631.37-
YUV70.33174.6584.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=4.03%
G=34.27%
B=61.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10851530.930.4400.4208.5387.7331.96
HexA55995D2C028d15820
Octal121252311355405032113040
Binary101010101011001100110111011011000101000110100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,153); }

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

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

 a { background-color: rgb(10,85,153); }

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

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

 span { border-color: rgb(10,85,153); }

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