Shades of Smalt #022A8D
Tints of Smalt #022A8D
RGB
CMYK
RGB Variations
Color information
#022A8D (or 0x022A8D) is known color: Smalt. HEX triplet: 02, 2A and 8D. RGB value is (2,42,141). Sum of RGB (Red+Green+Blue) = 2+42+141=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #022A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A8D is #FDD572. Grayscale: #282828. Windows color (decimal): -16635251 or 9251330. OLE color: 9251330.
HSL color Cylindrical-coordinate representation of color #022A8D: hue angle of 222.73º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022A8D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 42 | 141 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.45 |
| HSL | 222.73º | 0.97% | 0.28% | - |
| HSV(B) | 222.73º | 0.99% | 0.55% | - |
| XYZ | 5.66 | 3.59 | 25.59 | - |
| YUV | 41.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 141 | 0.99 | 0.70 | 0 | 0.45 | 222.73 | 0.97 | 0.28 |
| Hex | 2 | 2A | 8D | 63 | 46 | 0 | 2D | DF | 61 | 1C |
| Octal | 2 | 52 | 215 | 143 | 106 | 0 | 55 | 337 | 141 | 34 |
| Binary | 10 | 101010 | 10001101 | 1100011 | 1000110 | 0 | 101101 | 11011111 | 1100001 | 11100 |
Color Harmonies of #022A8D
Complementary color
Monochromatic Colors of #022A8D
Black with #022A8D
Text Example
Text Example
White with #022A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A8D; }
p { color: rgb(2,42,141); }
H1.HeaderClassName
{
color: #022A8D;
}
.AnyTagClassName
{
color: #022A8D;
}
</style>
background-color css
<style>
a { background-color: #022A8D; }
a { background-color: rgb(2,42,141); }
div.DivClassName
{
background-color: #022A8D;
}
.BgClassName
{
background-color: #022A8D;
}
</style>
border-color css
<style>
span { border-color: #022A8D; }
span { border-color: rgb(2,42,141); }
td.TdClassName
{
border-color: #022A8D;
}
.TagClassName
{
border-color: #022A8D;
}
</style>