Shades of Smalt #0A2092
Tints of Smalt #0A2092
RGB
CMYK
RGB Variations
Color information
#0A2092 (or 0x0A2092) is known color: Smalt. HEX triplet: 0A, 20 and 92. RGB value is (10,32,146). Sum of RGB (Red+Green+Blue) = 10+32+146=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A2092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2092 is #F5DF6D. Grayscale: #252525. Windows color (decimal): -16113518 or 9576458. OLE color: 9576458.
HSL color Cylindrical-coordinate representation of color #0A2092: hue angle of 230.29º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2092 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 32 | 146 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.43 |
| HSL | 230.29º | 0.87% | 0.31% | - |
| HSV(B) | 230.29º | 0.93% | 0.57% | - |
| XYZ | 5.83 | 3.17 | 27.5 | - |
| YUV | 38.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 146 | 0.93 | 0.78 | 0 | 0.43 | 230.29 | 0.87 | 0.31 |
| Hex | A | 20 | 92 | 5D | 4E | 0 | 2B | E6 | 57 | 1F |
| Octal | 12 | 40 | 222 | 135 | 116 | 0 | 53 | 346 | 127 | 37 |
| Binary | 1010 | 100000 | 10010010 | 1011101 | 1001110 | 0 | 101011 | 11100110 | 1010111 | 11111 |
Color Harmonies of #0A2092
Complementary color
Monochromatic Colors of #0A2092
Black with #0A2092
Text Example
Text Example
White with #0A2092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2092; }
p { color: rgb(10,32,146); }
H1.HeaderClassName
{
color: #0A2092;
}
.AnyTagClassName
{
color: #0A2092;
}
</style>
background-color css
<style>
a { background-color: #0A2092; }
a { background-color: rgb(10,32,146); }
div.DivClassName
{
background-color: #0A2092;
}
.BgClassName
{
background-color: #0A2092;
}
</style>
border-color css
<style>
span { border-color: #0A2092; }
span { border-color: rgb(10,32,146); }
td.TdClassName
{
border-color: #0A2092;
}
.TagClassName
{
border-color: #0A2092;
}
</style>