Shades of Smalt #022D99
Tints of Smalt #022D99
RGB
CMYK
RGB Variations
Color information
#022D99 (or 0x022D99) is known color: Smalt. HEX triplet: 02, 2D and 99. RGB value is (2,45,153). Sum of RGB (Red+Green+Blue) = 2+45+153=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #022D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022D99 is #FDD266. Grayscale: #2B2B2B. Windows color (decimal): -16634471 or 10038530. OLE color: 10038530.
HSL color Cylindrical-coordinate representation of color #022D99: hue angle of 222.91º 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 #022D99 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 45 | 153 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.4 |
| HSL | 222.91º | 0.97% | 0.3% | - |
| HSV(B) | 222.91º | 0.99% | 0.6% | - |
| XYZ | 6.71 | 4.19 | 30.59 | - |
| YUV | 44.46 | 189.25 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 153 | 0.99 | 0.71 | 0 | 0.4 | 222.91 | 0.97 | 0.3 |
| Hex | 2 | 2D | 99 | 63 | 47 | 0 | 28 | DF | 61 | 1E |
| Octal | 2 | 55 | 231 | 143 | 107 | 0 | 50 | 337 | 141 | 36 |
| Binary | 10 | 101101 | 10011001 | 1100011 | 1000111 | 0 | 101000 | 11011111 | 1100001 | 11110 |
Color Harmonies of #022D99
Complementary color
Monochromatic Colors of #022D99
Black with #022D99
Text Example
Text Example
White with #022D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D99; }
p { color: rgb(2,45,153); }
H1.HeaderClassName
{
color: #022D99;
}
.AnyTagClassName
{
color: #022D99;
}
</style>
background-color css
<style>
a { background-color: #022D99; }
a { background-color: rgb(2,45,153); }
div.DivClassName
{
background-color: #022D99;
}
.BgClassName
{
background-color: #022D99;
}
</style>
border-color css
<style>
span { border-color: #022D99; }
span { border-color: rgb(2,45,153); }
td.TdClassName
{
border-color: #022D99;
}
.TagClassName
{
border-color: #022D99;
}
</style>