Shades of Smalt #0A288E
Tints of Smalt #0A288E
RGB
CMYK
RGB Variations
Color information
#0A288E (or 0x0A288E) is known color: Smalt. HEX triplet: 0A, 28 and 8E. RGB value is (10,40,142). Sum of RGB (Red+Green+Blue) = 10+40+142=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A288E is #F5D771. Grayscale: #2A2A2A. Windows color (decimal): -16111474 or 9316362. OLE color: 9316362.
HSL color Cylindrical-coordinate representation of color #0A288E: hue angle of 226.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A288E is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 40 | 142 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.44 |
| HSL | 226.36º | 0.87% | 0.3% | - |
| HSV(B) | 226.36º | 0.93% | 0.56% | - |
| XYZ | 5.77 | 3.54 | 25.97 | - |
| YUV | 42.66 | 184.06 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 142 | 0.93 | 0.72 | 0 | 0.44 | 226.36 | 0.87 | 0.3 |
| Hex | A | 28 | 8E | 5D | 48 | 0 | 2C | E2 | 57 | 1E |
| Octal | 12 | 50 | 216 | 135 | 110 | 0 | 54 | 342 | 127 | 36 |
| Binary | 1010 | 101000 | 10001110 | 1011101 | 1001000 | 0 | 101100 | 11100010 | 1010111 | 11110 |
Color Harmonies of #0A288E
Complementary color
Monochromatic Colors of #0A288E
Black with #0A288E
Text Example
Text Example
White with #0A288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A288E; }
p { color: rgb(10,40,142); }
H1.HeaderClassName
{
color: #0A288E;
}
.AnyTagClassName
{
color: #0A288E;
}
</style>
background-color css
<style>
a { background-color: #0A288E; }
a { background-color: rgb(10,40,142); }
div.DivClassName
{
background-color: #0A288E;
}
.BgClassName
{
background-color: #0A288E;
}
</style>
border-color css
<style>
span { border-color: #0A288E; }
span { border-color: rgb(10,40,142); }
td.TdClassName
{
border-color: #0A288E;
}
.TagClassName
{
border-color: #0A288E;
}
</style>