Shades of Smalt #0A4499
Tints of Smalt #0A4499
RGB
CMYK
RGB Variations
Color information
#0A4499 (or 0x0A4499) is known color: Smalt. HEX triplet: 0A, 44 and 99. RGB value is (10,68,153). Sum of RGB (Red+Green+Blue) = 10+68+153=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #0A4499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4499 is #F5BB66. Grayscale: #3B3B3B. Windows color (decimal): -16104295 or 10044426. OLE color: 10044426.
HSL color Cylindrical-coordinate representation of color #0A4499: hue angle of 215.66º 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 #0A4499 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 68 | 153 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.4 |
| HSL | 215.66º | 0.88% | 0.32% | - |
| HSV(B) | 215.66º | 0.93% | 0.6% | - |
| XYZ | 7.94 | 6.5 | 30.97 | - |
| YUV | 60.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 153 | 0.93 | 0.56 | 0 | 0.4 | 215.66 | 0.88 | 0.32 |
| Hex | A | 44 | 99 | 5D | 38 | 0 | 28 | D8 | 58 | 20 |
| Octal | 12 | 104 | 231 | 135 | 70 | 0 | 50 | 330 | 130 | 40 |
| Binary | 1010 | 1000100 | 10011001 | 1011101 | 111000 | 0 | 101000 | 11011000 | 1011000 | 100000 |
Color Harmonies of #0A4499
Complementary color
Monochromatic Colors of #0A4499
Black with #0A4499
Text Example
Text Example
White with #0A4499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4499; }
p { color: rgb(10,68,153); }
H1.HeaderClassName
{
color: #0A4499;
}
.AnyTagClassName
{
color: #0A4499;
}
</style>
background-color css
<style>
a { background-color: #0A4499; }
a { background-color: rgb(10,68,153); }
div.DivClassName
{
background-color: #0A4499;
}
.BgClassName
{
background-color: #0A4499;
}
</style>
border-color css
<style>
span { border-color: #0A4499; }
span { border-color: rgb(10,68,153); }
td.TdClassName
{
border-color: #0A4499;
}
.TagClassName
{
border-color: #0A4499;
}
</style>