#0A5399

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

Shades of Cobalt #0A5399

Tints of Cobalt #0A5399

Color information

#0A5399 (or 0x0A5399) is unknown color: approx Cobalt. HEX triplet: 0A, 53 and 99. RGB value is (10,83,153). Sum of RGB (Red+Green+Blue) = 10+83+153=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A5399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5399 is #F5AC66. Grayscale: #444444. Windows color (decimal): -16100455 or 10048266. OLE color: 10048266.

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

Color convert

RGB1083153-
CMYK0.930.4600.4
HSL209.37º87.73%31.96%-
HSV(B)209.37º93.46%60%-
XYZ8.978.5531.31-
YUV69.15175.3285.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=4.07%
G=33.74%
B=62.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10831530.930.4600.4209.3787.7331.96
HexA53995D2E028d15820
Octal121232311355605032113040
Binary101010100111001100110111011011100101000110100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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