Shades of Smalt #0A3188
Tints of Smalt #0A3188
RGB
CMYK
RGB Variations
Color information
#0A3188 (or 0x0A3188) is known color: Smalt. HEX triplet: 0A, 31 and 88. RGB value is (10,49,136). Sum of RGB (Red+Green+Blue) = 10+49+136=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A3188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3188 is #F5CE77. Grayscale: #2E2E2E. Windows color (decimal): -16109176 or 8925450. OLE color: 8925450.
HSL color Cylindrical-coordinate representation of color #0A3188: hue angle of 221.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A3188 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 49 | 136 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.47 |
| HSL | 221.43º | 0.86% | 0.29% | - |
| HSV(B) | 221.43º | 0.93% | 0.53% | - |
| XYZ | 5.67 | 4.04 | 23.77 | - |
| YUV | 47.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 136 | 0.93 | 0.64 | 0 | 0.47 | 221.43 | 0.86 | 0.29 |
| Hex | A | 31 | 88 | 5D | 40 | 0 | 2F | DD | 56 | 1D |
| Octal | 12 | 61 | 210 | 135 | 100 | 0 | 57 | 335 | 126 | 35 |
| Binary | 1010 | 110001 | 10001000 | 1011101 | 1000000 | 0 | 101111 | 11011101 | 1010110 | 11101 |
Color Harmonies of #0A3188
Complementary color
Monochromatic Colors of #0A3188
Black with #0A3188
Text Example
Text Example
White with #0A3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3188; }
p { color: rgb(10,49,136); }
H1.HeaderClassName
{
color: #0A3188;
}
.AnyTagClassName
{
color: #0A3188;
}
</style>
background-color css
<style>
a { background-color: #0A3188; }
a { background-color: rgb(10,49,136); }
div.DivClassName
{
background-color: #0A3188;
}
.BgClassName
{
background-color: #0A3188;
}
</style>
border-color css
<style>
span { border-color: #0A3188; }
span { border-color: rgb(10,49,136); }
td.TdClassName
{
border-color: #0A3188;
}
.TagClassName
{
border-color: #0A3188;
}
</style>