Shades of Smalt #0A2E89
Tints of Smalt #0A2E89
RGB
CMYK
RGB Variations
Color information
#0A2E89 (or 0x0A2E89) is known color: Smalt. HEX triplet: 0A, 2E and 89. RGB value is (10,46,137). Sum of RGB (Red+Green+Blue) = 10+46+137=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A2E89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2E89 is #F5D176. Grayscale: #2D2D2D. Windows color (decimal): -16109943 or 8990218. OLE color: 8990218.
HSL color Cylindrical-coordinate representation of color #0A2E89: hue angle of 222.99º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A2E89 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 46 | 137 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.46 |
| HSL | 222.99º | 0.86% | 0.29% | - |
| HSV(B) | 222.99º | 0.93% | 0.54% | - |
| XYZ | 5.62 | 3.82 | 24.11 | - |
| YUV | 45.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 137 | 0.93 | 0.66 | 0 | 0.46 | 222.99 | 0.86 | 0.29 |
| Hex | A | 2E | 89 | 5D | 42 | 0 | 2E | DF | 56 | 1D |
| Octal | 12 | 56 | 211 | 135 | 102 | 0 | 56 | 337 | 126 | 35 |
| Binary | 1010 | 101110 | 10001001 | 1011101 | 1000010 | 0 | 101110 | 11011111 | 1010110 | 11101 |
Color Harmonies of #0A2E89
Complementary color
Monochromatic Colors of #0A2E89
Black with #0A2E89
Text Example
Text Example
White with #0A2E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E89; }
p { color: rgb(10,46,137); }
H1.HeaderClassName
{
color: #0A2E89;
}
.AnyTagClassName
{
color: #0A2E89;
}
</style>
background-color css
<style>
a { background-color: #0A2E89; }
a { background-color: rgb(10,46,137); }
div.DivClassName
{
background-color: #0A2E89;
}
.BgClassName
{
background-color: #0A2E89;
}
</style>
border-color css
<style>
span { border-color: #0A2E89; }
span { border-color: rgb(10,46,137); }
td.TdClassName
{
border-color: #0A2E89;
}
.TagClassName
{
border-color: #0A2E89;
}
</style>