Shades of Smalt #0A2F89
Tints of Smalt #0A2F89
RGB
CMYK
RGB Variations
Color information
#0A2F89 (or 0x0A2F89) is known color: Smalt. HEX triplet: 0A, 2F and 89. RGB value is (10,47,137). Sum of RGB (Red+Green+Blue) = 10+47+137=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A2F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A2F89 is #F5D076. Grayscale: #2D2D2D. Windows color (decimal): -16109687 or 8990474. OLE color: 8990474.
HSL color Cylindrical-coordinate representation of color #0A2F89: hue angle of 222.52º 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 #0A2F89 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 47 | 137 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.46 |
| HSL | 222.52º | 0.86% | 0.29% | - |
| HSV(B) | 222.52º | 0.93% | 0.54% | - |
| XYZ | 5.66 | 3.9 | 24.12 | - |
| YUV | 46.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 137 | 0.93 | 0.66 | 0 | 0.46 | 222.52 | 0.86 | 0.29 |
| Hex | A | 2F | 89 | 5D | 42 | 0 | 2E | DF | 56 | 1D |
| Octal | 12 | 57 | 211 | 135 | 102 | 0 | 56 | 337 | 126 | 35 |
| Binary | 1010 | 101111 | 10001001 | 1011101 | 1000010 | 0 | 101110 | 11011111 | 1010110 | 11101 |
Color Harmonies of #0A2F89
Complementary color
Monochromatic Colors of #0A2F89
Black with #0A2F89
Text Example
Text Example
White with #0A2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F89; }
p { color: rgb(10,47,137); }
H1.HeaderClassName
{
color: #0A2F89;
}
.AnyTagClassName
{
color: #0A2F89;
}
</style>
background-color css
<style>
a { background-color: #0A2F89; }
a { background-color: rgb(10,47,137); }
div.DivClassName
{
background-color: #0A2F89;
}
.BgClassName
{
background-color: #0A2F89;
}
</style>
border-color css
<style>
span { border-color: #0A2F89; }
span { border-color: rgb(10,47,137); }
td.TdClassName
{
border-color: #0A2F89;
}
.TagClassName
{
border-color: #0A2F89;
}
</style>