#0A439E

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

Shades of Cobalt #0A439E

Tints of Cobalt #0A439E

Color information

#0A439E (or 0x0A439E) is unknown color: approx Cobalt. HEX triplet: 0A, 43 and 9E. RGB value is (10,67,158). Sum of RGB (Red+Green+Blue) = 10+67+158=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A439E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A439E is #F5BC61. Grayscale: #3B3B3B. Windows color (decimal): -16104546 or 10371850. OLE color: 10371850.

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

Color convert

RGB1067158-
CMYK0.940.5800.38
HSL216.89º88.1%32.94%-
HSV(B)216.89º93.67%61.96%-
XYZ8.36.5533.17-
YUV60.33183.1292.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=4.26%
G=28.51%
B=67.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10671580.940.5800.38216.8988.132.94
HexA439E5E3A026d95821
Octal121032361367204633113041
Binary101010000111001111010111101110100100110110110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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