Shades of Smalt #022D8A
Tints of Smalt #022D8A
RGB
CMYK
RGB Variations
Color information
#022D8A (or 0x022D8A) is known color: Smalt. HEX triplet: 02, 2D and 8A. RGB value is (2,45,138). Sum of RGB (Red+Green+Blue) = 2+45+138=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #022D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D8A is #FDD275. Grayscale: #2A2A2A. Windows color (decimal): -16634486 or 9055490. OLE color: 9055490.
HSL color Cylindrical-coordinate representation of color #022D8A: hue angle of 221.03º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022D8A is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 45 | 138 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.46 |
| HSL | 221.03º | 0.97% | 0.27% | - |
| HSV(B) | 221.03º | 0.99% | 0.54% | - |
| XYZ | 5.55 | 3.72 | 24.47 | - |
| YUV | 42.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 138 | 0.99 | 0.67 | 0 | 0.46 | 221.03 | 0.97 | 0.27 |
| Hex | 2 | 2D | 8A | 63 | 43 | 0 | 2E | DD | 61 | 1B |
| Octal | 2 | 55 | 212 | 143 | 103 | 0 | 56 | 335 | 141 | 33 |
| Binary | 10 | 101101 | 10001010 | 1100011 | 1000011 | 0 | 101110 | 11011101 | 1100001 | 11011 |
Color Harmonies of #022D8A
Complementary color
Monochromatic Colors of #022D8A
Black with #022D8A
Text Example
Text Example
White with #022D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D8A; }
p { color: rgb(2,45,138); }
H1.HeaderClassName
{
color: #022D8A;
}
.AnyTagClassName
{
color: #022D8A;
}
</style>
background-color css
<style>
a { background-color: #022D8A; }
a { background-color: rgb(2,45,138); }
div.DivClassName
{
background-color: #022D8A;
}
.BgClassName
{
background-color: #022D8A;
}
</style>
border-color css
<style>
span { border-color: #022D8A; }
span { border-color: rgb(2,45,138); }
td.TdClassName
{
border-color: #022D8A;
}
.TagClassName
{
border-color: #022D8A;
}
</style>