Shades of Smalt #0A419A
Tints of Smalt #0A419A
RGB
CMYK
RGB Variations
Color information
#0A419A (or 0x0A419A) is known color: Smalt. HEX triplet: 0A, 41 and 9A. RGB value is (10,65,154). Sum of RGB (Red+Green+Blue) = 10+65+154=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A419A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A419A is #F5BE65. Grayscale: #3A3A3A. Windows color (decimal): -16105062 or 10109194. OLE color: 10109194.
HSL color Cylindrical-coordinate representation of color #0A419A: hue angle of 217.08º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A419A is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 65 | 154 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.40 |
| HSL | 217.08º | 0.88% | 0.32% | - |
| HSV(B) | 217.08º | 0.94% | 0.6% | - |
| XYZ | 7.85 | 6.18 | 31.35 | - |
| YUV | 58.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 154 | 0.94 | 0.58 | 0 | 0.40 | 217.08 | 0.88 | 0.32 |
| Hex | A | 41 | 9A | 5E | 3A | 0 | 28 | D9 | 58 | 20 |
| Octal | 12 | 101 | 232 | 136 | 72 | 0 | 50 | 331 | 130 | 40 |
| Binary | 1010 | 1000001 | 10011010 | 1011110 | 111010 | 0 | 101000 | 11011001 | 1011000 | 100000 |
Color Harmonies of #0A419A
Complementary color
Monochromatic Colors of #0A419A
Black with #0A419A
Text Example
Text Example
White with #0A419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A419A; }
p { color: rgb(10,65,154); }
H1.HeaderClassName
{
color: #0A419A;
}
.AnyTagClassName
{
color: #0A419A;
}
</style>
background-color css
<style>
a { background-color: #0A419A; }
a { background-color: rgb(10,65,154); }
div.DivClassName
{
background-color: #0A419A;
}
.BgClassName
{
background-color: #0A419A;
}
</style>
border-color css
<style>
span { border-color: #0A419A; }
span { border-color: rgb(10,65,154); }
td.TdClassName
{
border-color: #0A419A;
}
.TagClassName
{
border-color: #0A419A;
}
</style>