Shades of Smalt #022798
Tints of Smalt #022798
RGB
CMYK
RGB Variations
Color information
#022798 (or 0x022798) is known color: Smalt. HEX triplet: 02, 27 and 98. RGB value is (2,39,152). Sum of RGB (Red+Green+Blue) = 2+39+152=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #022798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022798 is #FDD867. Grayscale: #282828. Windows color (decimal): -16636008 or 9971458. OLE color: 9971458.
HSL color Cylindrical-coordinate representation of color #022798: hue angle of 225.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022798 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 39 | 152 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.40 |
| HSL | 225.2º | 0.97% | 0.3% | - |
| HSV(B) | 225.2º | 0.99% | 0.6% | - |
| XYZ | 6.42 | 3.73 | 30.09 | - |
| YUV | 40.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 152 | 0.99 | 0.74 | 0 | 0.40 | 225.2 | 0.97 | 0.3 |
| Hex | 2 | 27 | 98 | 63 | 4A | 0 | 28 | E1 | 61 | 1E |
| Octal | 2 | 47 | 230 | 143 | 112 | 0 | 50 | 341 | 141 | 36 |
| Binary | 10 | 100111 | 10011000 | 1100011 | 1001010 | 0 | 101000 | 11100001 | 1100001 | 11110 |
Color Harmonies of #022798
Complementary color
Monochromatic Colors of #022798
Black with #022798
Text Example
Text Example
White with #022798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022798; }
p { color: rgb(2,39,152); }
H1.HeaderClassName
{
color: #022798;
}
.AnyTagClassName
{
color: #022798;
}
</style>
background-color css
<style>
a { background-color: #022798; }
a { background-color: rgb(2,39,152); }
div.DivClassName
{
background-color: #022798;
}
.BgClassName
{
background-color: #022798;
}
</style>
border-color css
<style>
span { border-color: #022798; }
span { border-color: rgb(2,39,152); }
td.TdClassName
{
border-color: #022798;
}
.TagClassName
{
border-color: #022798;
}
</style>