Shades of Smalt #0A4196
Tints of Smalt #0A4196
RGB
CMYK
RGB Variations
Color information
#0A4196 (or 0x0A4196) is known color: Smalt. HEX triplet: 0A, 41 and 96. RGB value is (10,65,150). Sum of RGB (Red+Green+Blue) = 10+65+150=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A4196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4196 is #F5BE69. Grayscale: #393939. Windows color (decimal): -16105066 or 9847050. OLE color: 9847050.
HSL color Cylindrical-coordinate representation of color #0A4196: hue angle of 216.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4196 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 65 | 150 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.41 |
| HSL | 216.43º | 0.88% | 0.31% | - |
| HSV(B) | 216.43º | 0.93% | 0.59% | - |
| XYZ | 7.52 | 6.05 | 29.63 | - |
| YUV | 58.25 | 179.78 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 150 | 0.93 | 0.57 | 0 | 0.41 | 216.43 | 0.88 | 0.31 |
| Hex | A | 41 | 96 | 5D | 39 | 0 | 29 | D8 | 58 | 1F |
| Octal | 12 | 101 | 226 | 135 | 71 | 0 | 51 | 330 | 130 | 37 |
| Binary | 1010 | 1000001 | 10010110 | 1011101 | 111001 | 0 | 101001 | 11011000 | 1011000 | 11111 |
Color Harmonies of #0A4196
Complementary color
Monochromatic Colors of #0A4196
Black with #0A4196
Text Example
Text Example
White with #0A4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4196; }
p { color: rgb(10,65,150); }
H1.HeaderClassName
{
color: #0A4196;
}
.AnyTagClassName
{
color: #0A4196;
}
</style>
background-color css
<style>
a { background-color: #0A4196; }
a { background-color: rgb(10,65,150); }
div.DivClassName
{
background-color: #0A4196;
}
.BgClassName
{
background-color: #0A4196;
}
</style>
border-color css
<style>
span { border-color: #0A4196; }
span { border-color: rgb(10,65,150); }
td.TdClassName
{
border-color: #0A4196;
}
.TagClassName
{
border-color: #0A4196;
}
</style>