Shades of Smalt #021A92
Tints of Smalt #021A92
RGB
CMYK
RGB Variations
Color information
#021A92 (or 0x021A92) is known color: Smalt. HEX triplet: 02, 1A and 92. RGB value is (2,26,146). Sum of RGB (Red+Green+Blue) = 2+26+146=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #021A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A92 is #FDE56D. Grayscale: #202020. Windows color (decimal): -16639342 or 9574914. OLE color: 9574914.
HSL color Cylindrical-coordinate representation of color #021A92: hue angle of 230º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021A92 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 26 | 146 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.43 |
| HSL | 230º | 0.97% | 0.29% | - |
| HSV(B) | 230º | 0.99% | 0.57% | - |
| XYZ | 5.58 | 2.83 | 27.45 | - |
| YUV | 32.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 146 | 0.99 | 0.82 | 0 | 0.43 | 230 | 0.97 | 0.29 |
| Hex | 2 | 1A | 92 | 63 | 52 | 0 | 2B | E6 | 61 | 1D |
| Octal | 2 | 32 | 222 | 143 | 122 | 0 | 53 | 346 | 141 | 35 |
| Binary | 10 | 11010 | 10010010 | 1100011 | 1010010 | 0 | 101011 | 11100110 | 1100001 | 11101 |
Color Harmonies of #021A92
Complementary color
Monochromatic Colors of #021A92
Black with #021A92
Text Example
Text Example
White with #021A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A92; }
p { color: rgb(2,26,146); }
H1.HeaderClassName
{
color: #021A92;
}
.AnyTagClassName
{
color: #021A92;
}
</style>
background-color css
<style>
a { background-color: #021A92; }
a { background-color: rgb(2,26,146); }
div.DivClassName
{
background-color: #021A92;
}
.BgClassName
{
background-color: #021A92;
}
</style>
border-color css
<style>
span { border-color: #021A92; }
span { border-color: rgb(2,26,146); }
td.TdClassName
{
border-color: #021A92;
}
.TagClassName
{
border-color: #021A92;
}
</style>