#0A5B9C

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

Shades of Cobalt #0A5B9C

Tints of Cobalt #0A5B9C

Color information

#0A5B9C (or 0x0A5B9C) is unknown color: approx Cobalt. HEX triplet: 0A, 5B and 9C. RGB value is (10,91,156). Sum of RGB (Red+Green+Blue) = 10+91+156=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A5B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5B9C is #F5A463. Grayscale: #494949. Windows color (decimal): -16098404 or 10246922. OLE color: 10246922.

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

Color convert

RGB1091156-
CMYK0.940.4200.39
HSL206.71º87.95%32.55%-
HSV(B)206.71º93.59%61.18%-
XYZ9.879.9532.85-
YUV74.19174.1682.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.89%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=3.89%
G=35.41%
B=60.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10911560.940.4200.39206.7187.9532.55
HexA5B9C5E2A027cf5821
Octal121332341365204731713041
Binary101010110111001110010111101010100100111110011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,156); }

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

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

 a { background-color: rgb(10,91,156); }

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

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

 span { border-color: rgb(10,91,156); }

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