Shades of Smalt #022D95
Tints of Smalt #022D95
RGB
CMYK
RGB Variations
Color information
#022D95 (or 0x022D95) is known color: Smalt. HEX triplet: 02, 2D and 95. RGB value is (2,45,149). Sum of RGB (Red+Green+Blue) = 2+45+149=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #022D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D95 is #FDD26A. Grayscale: #2B2B2B. Windows color (decimal): -16634475 or 9776386. OLE color: 9776386.
HSL color Cylindrical-coordinate representation of color #022D95: hue angle of 222.45º 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 #022D95 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 45 | 149 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.42 |
| HSL | 222.45º | 0.97% | 0.3% | - |
| HSV(B) | 222.45º | 0.99% | 0.58% | - |
| XYZ | 6.39 | 4.06 | 28.88 | - |
| YUV | 44 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 149 | 0.99 | 0.70 | 0 | 0.42 | 222.45 | 0.97 | 0.3 |
| Hex | 2 | 2D | 95 | 63 | 46 | 0 | 2A | DE | 61 | 1E |
| Octal | 2 | 55 | 225 | 143 | 106 | 0 | 52 | 336 | 141 | 36 |
| Binary | 10 | 101101 | 10010101 | 1100011 | 1000110 | 0 | 101010 | 11011110 | 1100001 | 11110 |
Color Harmonies of #022D95
Complementary color
Monochromatic Colors of #022D95
Black with #022D95
Text Example
Text Example
White with #022D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D95; }
p { color: rgb(2,45,149); }
H1.HeaderClassName
{
color: #022D95;
}
.AnyTagClassName
{
color: #022D95;
}
</style>
background-color css
<style>
a { background-color: #022D95; }
a { background-color: rgb(2,45,149); }
div.DivClassName
{
background-color: #022D95;
}
.BgClassName
{
background-color: #022D95;
}
</style>
border-color css
<style>
span { border-color: #022D95; }
span { border-color: rgb(2,45,149); }
td.TdClassName
{
border-color: #022D95;
}
.TagClassName
{
border-color: #022D95;
}
</style>