Shades of Smalt #022582
Tints of Smalt #022582
RGB
CMYK
RGB Variations
Color information
#022582 (or 0x022582) is known color: Smalt. HEX triplet: 02, 25 and 82. RGB value is (2,37,130). Sum of RGB (Red+Green+Blue) = 2+37+130=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 130 (51.17% from 255 or 76.92% from 169); Max value from RGB is 130 - color contains mainly: blue. Hex color #022582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022582 is #FDDA7D. Grayscale: #242424. Windows color (decimal): -16636542 or 8529154. OLE color: 8529154.
HSL color Cylindrical-coordinate representation of color #022582: hue angle of 223.59º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022582 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 37 | 130 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.49 |
| HSL | 223.59º | 0.97% | 0.26% | - |
| HSV(B) | 223.59º | 0.98% | 0.51% | - |
| XYZ | 4.72 | 2.95 | 21.44 | - |
| YUV | 37.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 130 | 0.98 | 0.72 | 0 | 0.49 | 223.59 | 0.97 | 0.26 |
| Hex | 2 | 25 | 82 | 62 | 48 | 0 | 31 | E0 | 61 | 1A |
| Octal | 2 | 45 | 202 | 142 | 110 | 0 | 61 | 340 | 141 | 32 |
| Binary | 10 | 100101 | 10000010 | 1100010 | 1001000 | 0 | 110001 | 11100000 | 1100001 | 11010 |
Color Harmonies of #022582
Complementary color
Monochromatic Colors of #022582
Black with #022582
Text Example
Text Example
White with #022582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022582; }
p { color: rgb(2,37,130); }
H1.HeaderClassName
{
color: #022582;
}
.AnyTagClassName
{
color: #022582;
}
</style>
background-color css
<style>
a { background-color: #022582; }
a { background-color: rgb(2,37,130); }
div.DivClassName
{
background-color: #022582;
}
.BgClassName
{
background-color: #022582;
}
</style>
border-color css
<style>
span { border-color: #022582; }
span { border-color: rgb(2,37,130); }
td.TdClassName
{
border-color: #022582;
}
.TagClassName
{
border-color: #022582;
}
</style>