#0A5A9E

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

Shades of Cobalt #0A5A9E

Tints of Cobalt #0A5A9E

Color information

#0A5A9E (or 0x0A5A9E) is unknown color: approx Cobalt. HEX triplet: 0A, 5A and 9E. RGB value is (10,90,158). Sum of RGB (Red+Green+Blue) = 10+90+158=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A5A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5A9E is #F5A561. Grayscale: #494949. Windows color (decimal): -16098658 or 10377738. OLE color: 10377738.

HSL color Cylindrical-coordinate representation of color #0A5A9E: hue angle of 207.57º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5A9E is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1090158-
CMYK0.940.4300.38
HSL207.57º88.1%32.94%-
HSV(B)207.57º93.67%61.96%-
XYZ9.959.8533.72-
YUV73.83175.582.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.88%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=3.88%
G=34.88%
B=61.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10901580.940.4300.38207.5788.132.94
HexA5A9E5E2B026d05821
Octal121322361365304632013041
Binary101010110101001111010111101010110100110110100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,90,158); }

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

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

 a { background-color: rgb(10,90,158); }

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

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

 span { border-color: rgb(10,90,158); }

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