Shades of Smalt #0A3490
Tints of Smalt #0A3490
RGB
CMYK
RGB Variations
Color information
#0A3490 (or 0x0A3490) is known color: Smalt. HEX triplet: 0A, 34 and 90. RGB value is (10,52,144). Sum of RGB (Red+Green+Blue) = 10+52+144=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A3490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3490 is #F5CB6F. Grayscale: #313131. Windows color (decimal): -16108400 or 9450506. OLE color: 9450506.
HSL color Cylindrical-coordinate representation of color #0A3490: hue angle of 221.19º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3490 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 52 | 144 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.44 |
| HSL | 221.19º | 0.87% | 0.3% | - |
| HSV(B) | 221.19º | 0.93% | 0.56% | - |
| XYZ | 6.39 | 4.53 | 26.92 | - |
| YUV | 49.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 144 | 0.93 | 0.64 | 0 | 0.44 | 221.19 | 0.87 | 0.3 |
| Hex | A | 34 | 90 | 5D | 40 | 0 | 2C | DD | 57 | 1E |
| Octal | 12 | 64 | 220 | 135 | 100 | 0 | 54 | 335 | 127 | 36 |
| Binary | 1010 | 110100 | 10010000 | 1011101 | 1000000 | 0 | 101100 | 11011101 | 1010111 | 11110 |
Color Harmonies of #0A3490
Complementary color
Monochromatic Colors of #0A3490
Black with #0A3490
Text Example
Text Example
White with #0A3490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3490; }
p { color: rgb(10,52,144); }
H1.HeaderClassName
{
color: #0A3490;
}
.AnyTagClassName
{
color: #0A3490;
}
</style>
background-color css
<style>
a { background-color: #0A3490; }
a { background-color: rgb(10,52,144); }
div.DivClassName
{
background-color: #0A3490;
}
.BgClassName
{
background-color: #0A3490;
}
</style>
border-color css
<style>
span { border-color: #0A3490; }
span { border-color: rgb(10,52,144); }
td.TdClassName
{
border-color: #0A3490;
}
.TagClassName
{
border-color: #0A3490;
}
</style>