#0A419F

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

Shades of Cobalt #0A419F

Tints of Cobalt #0A419F

Color information

#0A419F (or 0x0A419F) is unknown color: approx Cobalt. HEX triplet: 0A, 41 and 9F. RGB value is (10,65,159). Sum of RGB (Red+Green+Blue) = 10+65+159=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A419F is #F5BE60. Grayscale: #3A3A3A. Windows color (decimal): -16105057 or 10436874. OLE color: 10436874.

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

Color convert

RGB1065159-
CMYK0.940.5900.38
HSL217.85º88.17%33.14%-
HSV(B)217.85º93.71%62.35%-
XYZ8.276.3533.59-
YUV59.27184.2892.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=4.27%
G=27.78%
B=67.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10651590.940.5900.38217.8588.1733.14
HexA419F5E3B026da5821
Octal121012371367304633213041
Binary101010000011001111110111101110110100110110110101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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