#0A5097

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

Shades of Cobalt #0A5097

Tints of Cobalt #0A5097

Color information

#0A5097 (or 0x0A5097) is unknown color: approx Cobalt. HEX triplet: 0A, 50 and 97. RGB value is (10,80,151). Sum of RGB (Red+Green+Blue) = 10+80+151=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A5097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5097 is #F5AF68. Grayscale: #424242. Windows color (decimal): -16101225 or 9916426. OLE color: 9916426.

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

Color convert

RGB1080151-
CMYK0.930.4700.41
HSL210.21º87.58%31.57%-
HSV(B)210.21º93.38%59.22%-
XYZ8.588.0430.38-
YUV67.16175.3187.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=4.15%
G=33.20%
B=62.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10801510.930.4700.41210.2187.5831.57
HexA50975D2F029d25820
Octal121202271355705132213040
Binary101010100001001011110111011011110101001110100101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,80,151); }

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

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

 a { background-color: rgb(10,80,151); }

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

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

 span { border-color: rgb(10,80,151); }

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