Shades of Smalt #0A358E
Tints of Smalt #0A358E
RGB
CMYK
RGB Variations
Color information
#0A358E (or 0x0A358E) is known color: Smalt. HEX triplet: 0A, 35 and 8E. RGB value is (10,53,142). Sum of RGB (Red+Green+Blue) = 10+53+142=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A358E is #F5CA71. Grayscale: #313131. Windows color (decimal): -16108146 or 9319690. OLE color: 9319690.
HSL color Cylindrical-coordinate representation of color #0A358E: hue angle of 220.45º 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 #0A358E is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 53 | 142 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.44 |
| HSL | 220.45º | 0.87% | 0.3% | - |
| HSV(B) | 220.45º | 0.93% | 0.56% | - |
| XYZ | 6.28 | 4.56 | 26.14 | - |
| YUV | 50.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 53 | 142 | 0.93 | 0.63 | 0 | 0.44 | 220.45 | 0.87 | 0.3 |
| Hex | A | 35 | 8E | 5D | 3F | 0 | 2C | DC | 57 | 1E |
| Octal | 12 | 65 | 216 | 135 | 77 | 0 | 54 | 334 | 127 | 36 |
| Binary | 1010 | 110101 | 10001110 | 1011101 | 111111 | 0 | 101100 | 11011100 | 1010111 | 11110 |
Color Harmonies of #0A358E
Complementary color
Monochromatic Colors of #0A358E
Black with #0A358E
Text Example
Text Example
White with #0A358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A358E; }
p { color: rgb(10,53,142); }
H1.HeaderClassName
{
color: #0A358E;
}
.AnyTagClassName
{
color: #0A358E;
}
</style>
background-color css
<style>
a { background-color: #0A358E; }
a { background-color: rgb(10,53,142); }
div.DivClassName
{
background-color: #0A358E;
}
.BgClassName
{
background-color: #0A358E;
}
</style>
border-color css
<style>
span { border-color: #0A358E; }
span { border-color: rgb(10,53,142); }
td.TdClassName
{
border-color: #0A358E;
}
.TagClassName
{
border-color: #0A358E;
}
</style>