Shades of Smalt #0A3187
Tints of Smalt #0A3187
RGB
CMYK
RGB Variations
Color information
#0A3187 (or 0x0A3187) is known color: Smalt. HEX triplet: 0A, 31 and 87. RGB value is (10,49,135). Sum of RGB (Red+Green+Blue) = 10+49+135=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A3187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3187 is #F5CE78. Grayscale: #2E2E2E. Windows color (decimal): -16109177 or 8859914. OLE color: 8859914.
HSL color Cylindrical-coordinate representation of color #0A3187: hue angle of 221.28º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3187 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 49 | 135 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.47 |
| HSL | 221.28º | 0.86% | 0.28% | - |
| HSV(B) | 221.28º | 0.93% | 0.53% | - |
| XYZ | 5.6 | 4.01 | 23.4 | - |
| YUV | 47.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 135 | 0.93 | 0.64 | 0 | 0.47 | 221.28 | 0.86 | 0.28 |
| Hex | A | 31 | 87 | 5D | 40 | 0 | 2F | DD | 56 | 1C |
| Octal | 12 | 61 | 207 | 135 | 100 | 0 | 57 | 335 | 126 | 34 |
| Binary | 1010 | 110001 | 10000111 | 1011101 | 1000000 | 0 | 101111 | 11011101 | 1010110 | 11100 |
Color Harmonies of #0A3187
Complementary color
Monochromatic Colors of #0A3187
Black with #0A3187
Text Example
Text Example
White with #0A3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3187; }
p { color: rgb(10,49,135); }
H1.HeaderClassName
{
color: #0A3187;
}
.AnyTagClassName
{
color: #0A3187;
}
</style>
background-color css
<style>
a { background-color: #0A3187; }
a { background-color: rgb(10,49,135); }
div.DivClassName
{
background-color: #0A3187;
}
.BgClassName
{
background-color: #0A3187;
}
</style>
border-color css
<style>
span { border-color: #0A3187; }
span { border-color: rgb(10,49,135); }
td.TdClassName
{
border-color: #0A3187;
}
.TagClassName
{
border-color: #0A3187;
}
</style>