Shades of Smalt #021A93
Tints of Smalt #021A93
RGB
CMYK
RGB Variations
Color information
#021A93 (or 0x021A93) is known color: Smalt. HEX triplet: 02, 1A and 93. RGB value is (2,26,147). Sum of RGB (Red+Green+Blue) = 2+26+147=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #021A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A93 is #FDE56C. Grayscale: #202020. Windows color (decimal): -16639341 or 9640450. OLE color: 9640450.
HSL color Cylindrical-coordinate representation of color #021A93: hue angle of 230.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021A93 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 26 | 147 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.42 |
| HSL | 230.07º | 0.97% | 0.29% | - |
| HSV(B) | 230.07º | 0.99% | 0.58% | - |
| XYZ | 5.66 | 2.86 | 27.86 | - |
| YUV | 32.62 | 192.55 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 147 | 0.99 | 0.82 | 0 | 0.42 | 230.07 | 0.97 | 0.29 |
| Hex | 2 | 1A | 93 | 63 | 52 | 0 | 2A | E6 | 61 | 1D |
| Octal | 2 | 32 | 223 | 143 | 122 | 0 | 52 | 346 | 141 | 35 |
| Binary | 10 | 11010 | 10010011 | 1100011 | 1010010 | 0 | 101010 | 11100110 | 1100001 | 11101 |
Color Harmonies of #021A93
Complementary color
Monochromatic Colors of #021A93
Black with #021A93
Text Example
Text Example
White with #021A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A93; }
p { color: rgb(2,26,147); }
H1.HeaderClassName
{
color: #021A93;
}
.AnyTagClassName
{
color: #021A93;
}
</style>
background-color css
<style>
a { background-color: #021A93; }
a { background-color: rgb(2,26,147); }
div.DivClassName
{
background-color: #021A93;
}
.BgClassName
{
background-color: #021A93;
}
</style>
border-color css
<style>
span { border-color: #021A93; }
span { border-color: rgb(2,26,147); }
td.TdClassName
{
border-color: #021A93;
}
.TagClassName
{
border-color: #021A93;
}
</style>