Shades of Smalt #021C93
Tints of Smalt #021C93
RGB
CMYK
RGB Variations
Color information
#021C93 (or 0x021C93) is known color: Smalt. HEX triplet: 02, 1C and 93. RGB value is (2,28,147). Sum of RGB (Red+Green+Blue) = 2+28+147=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #021C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C93 is #FDE36C. Grayscale: #212121. Windows color (decimal): -16638829 or 9640962. OLE color: 9640962.
HSL color Cylindrical-coordinate representation of color #021C93: hue angle of 229.24º 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 #021C93 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 28 | 147 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.42 |
| HSL | 229.24º | 0.97% | 0.29% | - |
| HSV(B) | 229.24º | 0.99% | 0.58% | - |
| XYZ | 5.71 | 2.95 | 27.87 | - |
| YUV | 33.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 147 | 0.99 | 0.81 | 0 | 0.42 | 229.24 | 0.97 | 0.29 |
| Hex | 2 | 1C | 93 | 63 | 51 | 0 | 2A | E5 | 61 | 1D |
| Octal | 2 | 34 | 223 | 143 | 121 | 0 | 52 | 345 | 141 | 35 |
| Binary | 10 | 11100 | 10010011 | 1100011 | 1010001 | 0 | 101010 | 11100101 | 1100001 | 11101 |
Color Harmonies of #021C93
Complementary color
Monochromatic Colors of #021C93
Black with #021C93
Text Example
Text Example
White with #021C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C93; }
p { color: rgb(2,28,147); }
H1.HeaderClassName
{
color: #021C93;
}
.AnyTagClassName
{
color: #021C93;
}
</style>
background-color css
<style>
a { background-color: #021C93; }
a { background-color: rgb(2,28,147); }
div.DivClassName
{
background-color: #021C93;
}
.BgClassName
{
background-color: #021C93;
}
</style>
border-color css
<style>
span { border-color: #021C93; }
span { border-color: rgb(2,28,147); }
td.TdClassName
{
border-color: #021C93;
}
.TagClassName
{
border-color: #021C93;
}
</style>