Shades of Smalt #0A3995
Tints of Smalt #0A3995
RGB
CMYK
RGB Variations
Color information
#0A3995 (or 0x0A3995) is known color: Smalt. HEX triplet: 0A, 39 and 95. RGB value is (10,57,149). Sum of RGB (Red+Green+Blue) = 10+57+149=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A3995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3995 is #F5C66A. Grayscale: #353535. Windows color (decimal): -16107115 or 9779466. OLE color: 9779466.
HSL color Cylindrical-coordinate representation of color #0A3995: hue angle of 219.71º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3995 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 57 | 149 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.42 |
| HSL | 219.71º | 0.87% | 0.31% | - |
| HSV(B) | 219.71º | 0.93% | 0.58% | - |
| XYZ | 7.01 | 5.16 | 29.06 | - |
| YUV | 53.44 | 181.93 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 149 | 0.93 | 0.62 | 0 | 0.42 | 219.71 | 0.87 | 0.31 |
| Hex | A | 39 | 95 | 5D | 3E | 0 | 2A | DC | 57 | 1F |
| Octal | 12 | 71 | 225 | 135 | 76 | 0 | 52 | 334 | 127 | 37 |
| Binary | 1010 | 111001 | 10010101 | 1011101 | 111110 | 0 | 101010 | 11011100 | 1010111 | 11111 |
Color Harmonies of #0A3995
Complementary color
Monochromatic Colors of #0A3995
Black with #0A3995
Text Example
Text Example
White with #0A3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3995; }
p { color: rgb(10,57,149); }
H1.HeaderClassName
{
color: #0A3995;
}
.AnyTagClassName
{
color: #0A3995;
}
</style>
background-color css
<style>
a { background-color: #0A3995; }
a { background-color: rgb(10,57,149); }
div.DivClassName
{
background-color: #0A3995;
}
.BgClassName
{
background-color: #0A3995;
}
</style>
border-color css
<style>
span { border-color: #0A3995; }
span { border-color: rgb(10,57,149); }
td.TdClassName
{
border-color: #0A3995;
}
.TagClassName
{
border-color: #0A3995;
}
</style>