#0A409F

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

Shades of Smalt #0A409F

Tints of Smalt #0A409F

Color information

#0A409F (or 0x0A409F) is unknown color: approx Smalt. HEX triplet: 0A, 40 and 9F. RGB value is (10,64,159). Sum of RGB (Red+Green+Blue) = 10+64+159=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A409F is #F5BF60. Grayscale: #3A3A3A. Windows color (decimal): -16105313 or 10436618. OLE color: 10436618.

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

Color convert

RGB1064159-
CMYK0.940.6000.38
HSL218.26º88.17%33.14%-
HSV(B)218.26º93.71%62.35%-
XYZ8.226.2333.57-
YUV58.68184.6193.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 159 (62.5% from 255) = 68.24%
R=4.29%
G=27.47%
B=68.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10641590.940.6000.38218.2688.1733.14
HexA409F5E3C026da5821
Octal121002371367404633213041
Binary101010000001001111110111101111000100110110110101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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