Shades of Smalt #0A2999
Tints of Smalt #0A2999
RGB
CMYK
RGB Variations
Color information
#0A2999 (or 0x0A2999) is known color: Smalt. HEX triplet: 0A, 29 and 99. RGB value is (10,41,153). Sum of RGB (Red+Green+Blue) = 10+41+153=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A2999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2999 is #F5D666. Grayscale: #2C2C2C. Windows color (decimal): -16111207 or 10037514. OLE color: 10037514.
HSL color Cylindrical-coordinate representation of color #0A2999: hue angle of 226.99º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2999 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 41 | 153 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.4 |
| HSL | 226.99º | 0.88% | 0.32% | - |
| HSV(B) | 226.99º | 0.93% | 0.6% | - |
| XYZ | 6.67 | 3.95 | 30.55 | - |
| YUV | 44.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 153 | 0.93 | 0.73 | 0 | 0.4 | 226.99 | 0.88 | 0.32 |
| Hex | A | 29 | 99 | 5D | 49 | 0 | 28 | E3 | 58 | 20 |
| Octal | 12 | 51 | 231 | 135 | 111 | 0 | 50 | 343 | 130 | 40 |
| Binary | 1010 | 101001 | 10011001 | 1011101 | 1001001 | 0 | 101000 | 11100011 | 1011000 | 100000 |
Color Harmonies of #0A2999
Complementary color
Monochromatic Colors of #0A2999
Black with #0A2999
Text Example
Text Example
White with #0A2999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2999; }
p { color: rgb(10,41,153); }
H1.HeaderClassName
{
color: #0A2999;
}
.AnyTagClassName
{
color: #0A2999;
}
</style>
background-color css
<style>
a { background-color: #0A2999; }
a { background-color: rgb(10,41,153); }
div.DivClassName
{
background-color: #0A2999;
}
.BgClassName
{
background-color: #0A2999;
}
</style>
border-color css
<style>
span { border-color: #0A2999; }
span { border-color: rgb(10,41,153); }
td.TdClassName
{
border-color: #0A2999;
}
.TagClassName
{
border-color: #0A2999;
}
</style>