Shades of Smalt #0A288A
Tints of Smalt #0A288A
RGB
CMYK
RGB Variations
Color information
#0A288A (or 0x0A288A) is known color: Smalt. HEX triplet: 0A, 28 and 8A. RGB value is (10,40,138). Sum of RGB (Red+Green+Blue) = 10+40+138=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 138 (54.30% from 255 or 73.40% from 188); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A288A is #F5D775. Grayscale: #292929. Windows color (decimal): -16111478 or 9054218. OLE color: 9054218.
HSL color Cylindrical-coordinate representation of color #0A288A: hue angle of 225.94º 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 #0A288A is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 40 | 138 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.46 |
| HSL | 225.94º | 0.86% | 0.29% | - |
| HSV(B) | 225.94º | 0.93% | 0.54% | - |
| XYZ | 5.47 | 3.42 | 24.42 | - |
| YUV | 42.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 138 | 0.93 | 0.71 | 0 | 0.46 | 225.94 | 0.86 | 0.29 |
| Hex | A | 28 | 8A | 5D | 47 | 0 | 2E | E2 | 56 | 1D |
| Octal | 12 | 50 | 212 | 135 | 107 | 0 | 56 | 342 | 126 | 35 |
| Binary | 1010 | 101000 | 10001010 | 1011101 | 1000111 | 0 | 101110 | 11100010 | 1010110 | 11101 |
Color Harmonies of #0A288A
Complementary color
Monochromatic Colors of #0A288A
Black with #0A288A
Text Example
Text Example
White with #0A288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A288A; }
p { color: rgb(10,40,138); }
H1.HeaderClassName
{
color: #0A288A;
}
.AnyTagClassName
{
color: #0A288A;
}
</style>
background-color css
<style>
a { background-color: #0A288A; }
a { background-color: rgb(10,40,138); }
div.DivClassName
{
background-color: #0A288A;
}
.BgClassName
{
background-color: #0A288A;
}
</style>
border-color css
<style>
span { border-color: #0A288A; }
span { border-color: rgb(10,40,138); }
td.TdClassName
{
border-color: #0A288A;
}
.TagClassName
{
border-color: #0A288A;
}
</style>