Shades of Smalt #022695
Tints of Smalt #022695
RGB
CMYK
RGB Variations
Color information
#022695 (or 0x022695) is known color: Smalt. HEX triplet: 02, 26 and 95. RGB value is (2,38,149). Sum of RGB (Red+Green+Blue) = 2+38+149=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #022695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022695 is #FDD96A. Grayscale: #272727. Windows color (decimal): -16636267 or 9774594. OLE color: 9774594.
HSL color Cylindrical-coordinate representation of color #022695: hue angle of 225.31º 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 #022695 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 38 | 149 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.42 |
| HSL | 225.31º | 0.97% | 0.3% | - |
| HSV(B) | 225.31º | 0.99% | 0.58% | - |
| XYZ | 6.14 | 3.57 | 28.8 | - |
| YUV | 39.89 | 189.57 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 149 | 0.99 | 0.74 | 0 | 0.42 | 225.31 | 0.97 | 0.3 |
| Hex | 2 | 26 | 95 | 63 | 4A | 0 | 2A | E1 | 61 | 1E |
| Octal | 2 | 46 | 225 | 143 | 112 | 0 | 52 | 341 | 141 | 36 |
| Binary | 10 | 100110 | 10010101 | 1100011 | 1001010 | 0 | 101010 | 11100001 | 1100001 | 11110 |
Color Harmonies of #022695
Complementary color
Monochromatic Colors of #022695
Black with #022695
Text Example
Text Example
White with #022695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022695; }
p { color: rgb(2,38,149); }
H1.HeaderClassName
{
color: #022695;
}
.AnyTagClassName
{
color: #022695;
}
</style>
background-color css
<style>
a { background-color: #022695; }
a { background-color: rgb(2,38,149); }
div.DivClassName
{
background-color: #022695;
}
.BgClassName
{
background-color: #022695;
}
</style>
border-color css
<style>
span { border-color: #022695; }
span { border-color: rgb(2,38,149); }
td.TdClassName
{
border-color: #022695;
}
.TagClassName
{
border-color: #022695;
}
</style>