Shades of Smalt #022895
Tints of Smalt #022895
RGB
CMYK
RGB Variations
Color information
#022895 (or 0x022895) is known color: Smalt. HEX triplet: 02, 28 and 95. RGB value is (2,40,149). Sum of RGB (Red+Green+Blue) = 2+40+149=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #022895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022895 is #FDD76A. Grayscale: #282828. Windows color (decimal): -16635755 or 9775106. OLE color: 9775106.
HSL color Cylindrical-coordinate representation of color #022895: hue angle of 224.49º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022895 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 40 | 149 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.42 |
| HSL | 224.49º | 0.97% | 0.3% | - |
| HSV(B) | 224.49º | 0.99% | 0.58% | - |
| XYZ | 6.21 | 3.7 | 28.82 | - |
| YUV | 41.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 149 | 0.99 | 0.73 | 0 | 0.42 | 224.49 | 0.97 | 0.3 |
| Hex | 2 | 28 | 95 | 63 | 49 | 0 | 2A | E0 | 61 | 1E |
| Octal | 2 | 50 | 225 | 143 | 111 | 0 | 52 | 340 | 141 | 36 |
| Binary | 10 | 101000 | 10010101 | 1100011 | 1001001 | 0 | 101010 | 11100000 | 1100001 | 11110 |
Color Harmonies of #022895
Complementary color
Monochromatic Colors of #022895
Black with #022895
Text Example
Text Example
White with #022895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022895; }
p { color: rgb(2,40,149); }
H1.HeaderClassName
{
color: #022895;
}
.AnyTagClassName
{
color: #022895;
}
</style>
background-color css
<style>
a { background-color: #022895; }
a { background-color: rgb(2,40,149); }
div.DivClassName
{
background-color: #022895;
}
.BgClassName
{
background-color: #022895;
}
</style>
border-color css
<style>
span { border-color: #022895; }
span { border-color: rgb(2,40,149); }
td.TdClassName
{
border-color: #022895;
}
.TagClassName
{
border-color: #022895;
}
</style>