Shades of Smalt #022685
Tints of Smalt #022685
RGB
CMYK
RGB Variations
Color information
#022685 (or 0x022685) is known color: Smalt. HEX triplet: 02, 26 and 85. RGB value is (2,38,133). Sum of RGB (Red+Green+Blue) = 2+38+133=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #022685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022685 is #FDD97A. Grayscale: #252525. Windows color (decimal): -16636283 or 8726018. OLE color: 8726018.
HSL color Cylindrical-coordinate representation of color #022685: hue angle of 223.51º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022685 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 38 | 133 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.48 |
| HSL | 223.51º | 0.97% | 0.26% | - |
| HSV(B) | 223.51º | 0.98% | 0.52% | - |
| XYZ | 4.95 | 3.09 | 22.53 | - |
| YUV | 38.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 133 | 0.98 | 0.71 | 0 | 0.48 | 223.51 | 0.97 | 0.26 |
| Hex | 2 | 26 | 85 | 62 | 47 | 0 | 30 | E0 | 61 | 1A |
| Octal | 2 | 46 | 205 | 142 | 107 | 0 | 60 | 340 | 141 | 32 |
| Binary | 10 | 100110 | 10000101 | 1100010 | 1000111 | 0 | 110000 | 11100000 | 1100001 | 11010 |
Color Harmonies of #022685
Complementary color
Monochromatic Colors of #022685
Black with #022685
Text Example
Text Example
White with #022685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022685; }
p { color: rgb(2,38,133); }
H1.HeaderClassName
{
color: #022685;
}
.AnyTagClassName
{
color: #022685;
}
</style>
background-color css
<style>
a { background-color: #022685; }
a { background-color: rgb(2,38,133); }
div.DivClassName
{
background-color: #022685;
}
.BgClassName
{
background-color: #022685;
}
</style>
border-color css
<style>
span { border-color: #022685; }
span { border-color: rgb(2,38,133); }
td.TdClassName
{
border-color: #022685;
}
.TagClassName
{
border-color: #022685;
}
</style>