Shades of Smalt #0A4496
Tints of Smalt #0A4496
RGB
CMYK
RGB Variations
Color information
#0A4496 (or 0x0A4496) is known color: Smalt. HEX triplet: 0A, 44 and 96. RGB value is (10,68,150). Sum of RGB (Red+Green+Blue) = 10+68+150=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A4496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4496 is #F5BB69. Grayscale: #3B3B3B. Windows color (decimal): -16104298 or 9847818. OLE color: 9847818.
HSL color Cylindrical-coordinate representation of color #0A4496: hue angle of 215.14º 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 #0A4496 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 68 | 150 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.41 |
| HSL | 215.14º | 0.88% | 0.31% | - |
| HSV(B) | 215.14º | 0.93% | 0.59% | - |
| XYZ | 7.7 | 6.4 | 29.68 | - |
| YUV | 60.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 150 | 0.93 | 0.55 | 0 | 0.41 | 215.14 | 0.88 | 0.31 |
| Hex | A | 44 | 96 | 5D | 37 | 0 | 29 | D7 | 58 | 1F |
| Octal | 12 | 104 | 226 | 135 | 67 | 0 | 51 | 327 | 130 | 37 |
| Binary | 1010 | 1000100 | 10010110 | 1011101 | 110111 | 0 | 101001 | 11010111 | 1011000 | 11111 |
Color Harmonies of #0A4496
Complementary color
Monochromatic Colors of #0A4496
Black with #0A4496
Text Example
Text Example
White with #0A4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4496; }
p { color: rgb(10,68,150); }
H1.HeaderClassName
{
color: #0A4496;
}
.AnyTagClassName
{
color: #0A4496;
}
</style>
background-color css
<style>
a { background-color: #0A4496; }
a { background-color: rgb(10,68,150); }
div.DivClassName
{
background-color: #0A4496;
}
.BgClassName
{
background-color: #0A4496;
}
</style>
border-color css
<style>
span { border-color: #0A4496; }
span { border-color: rgb(10,68,150); }
td.TdClassName
{
border-color: #0A4496;
}
.TagClassName
{
border-color: #0A4496;
}
</style>