Shades of Smalt #0A298B
Tints of Smalt #0A298B
RGB
CMYK
RGB Variations
Color information
#0A298B (or 0x0A298B) is known color: Smalt. HEX triplet: 0A, 29 and 8B. RGB value is (10,41,139). Sum of RGB (Red+Green+Blue) = 10+41+139=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A298B is #F5D674. Grayscale: #2A2A2A. Windows color (decimal): -16111221 or 9120010. OLE color: 9120010.
HSL color Cylindrical-coordinate representation of color #0A298B: hue angle of 225.58º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A298B is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 41 | 139 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.45 |
| HSL | 225.58º | 0.87% | 0.29% | - |
| HSV(B) | 225.58º | 0.93% | 0.55% | - |
| XYZ | 5.58 | 3.51 | 24.81 | - |
| YUV | 42.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 139 | 0.93 | 0.71 | 0 | 0.45 | 225.58 | 0.87 | 0.29 |
| Hex | A | 29 | 8B | 5D | 47 | 0 | 2D | E2 | 57 | 1D |
| Octal | 12 | 51 | 213 | 135 | 107 | 0 | 55 | 342 | 127 | 35 |
| Binary | 1010 | 101001 | 10001011 | 1011101 | 1000111 | 0 | 101101 | 11100010 | 1010111 | 11101 |
Color Harmonies of #0A298B
Complementary color
Monochromatic Colors of #0A298B
Black with #0A298B
Text Example
Text Example
White with #0A298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A298B; }
p { color: rgb(10,41,139); }
H1.HeaderClassName
{
color: #0A298B;
}
.AnyTagClassName
{
color: #0A298B;
}
</style>
background-color css
<style>
a { background-color: #0A298B; }
a { background-color: rgb(10,41,139); }
div.DivClassName
{
background-color: #0A298B;
}
.BgClassName
{
background-color: #0A298B;
}
</style>
border-color css
<style>
span { border-color: #0A298B; }
span { border-color: rgb(10,41,139); }
td.TdClassName
{
border-color: #0A298B;
}
.TagClassName
{
border-color: #0A298B;
}
</style>