#0A4B9F

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

Shades of Cobalt #0A4B9F

Tints of Cobalt #0A4B9F

Color information

#0A4B9F (or 0x0A4B9F) is unknown color: approx Cobalt. HEX triplet: 0A, 4B and 9F. RGB value is (10,75,159). Sum of RGB (Red+Green+Blue) = 10+75+159=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A4B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4B9F is #F5B460. Grayscale: #404040. Windows color (decimal): -16102497 or 10439434. OLE color: 10439434.

HSL color Cylindrical-coordinate representation of color #0A4B9F: hue angle of 213.83º 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 #0A4B9F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1075159-
CMYK0.940.5300.38
HSL213.83º88.17%33.14%-
HSV(B)213.83º93.71%62.35%-
XYZ8.97.633.8-
YUV65.14180.9788.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=4.10%
G=30.74%
B=65.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10751590.940.5300.38213.8388.1733.14
HexA4B9F5E35026d65821
Octal121132371366504632613041
Binary101010010111001111110111101101010100110110101101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,75,159); }

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

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

 a { background-color: rgb(10,75,159); }

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

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

 span { border-color: rgb(10,75,159); }

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