Shades of Smalt #021B90
Tints of Smalt #021B90
RGB
CMYK
RGB Variations
Color information
#021B90 (or 0x021B90) is known color: Smalt. HEX triplet: 02, 1B and 90. RGB value is (2,27,144). Sum of RGB (Red+Green+Blue) = 2+27+144=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #021B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021B90 is #FDE46F. Grayscale: #202020. Windows color (decimal): -16639088 or 9444098. OLE color: 9444098.
HSL color Cylindrical-coordinate representation of color #021B90: hue angle of 229.44º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021B90 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 27 | 144 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.44 |
| HSL | 229.44º | 0.97% | 0.29% | - |
| HSV(B) | 229.44º | 0.99% | 0.56% | - |
| XYZ | 5.45 | 2.81 | 26.64 | - |
| YUV | 32.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 144 | 0.99 | 0.81 | 0 | 0.44 | 229.44 | 0.97 | 0.29 |
| Hex | 2 | 1B | 90 | 63 | 51 | 0 | 2C | E5 | 61 | 1D |
| Octal | 2 | 33 | 220 | 143 | 121 | 0 | 54 | 345 | 141 | 35 |
| Binary | 10 | 11011 | 10010000 | 1100011 | 1010001 | 0 | 101100 | 11100101 | 1100001 | 11101 |
Color Harmonies of #021B90
Complementary color
Monochromatic Colors of #021B90
Black with #021B90
Text Example
Text Example
White with #021B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B90; }
p { color: rgb(2,27,144); }
H1.HeaderClassName
{
color: #021B90;
}
.AnyTagClassName
{
color: #021B90;
}
</style>
background-color css
<style>
a { background-color: #021B90; }
a { background-color: rgb(2,27,144); }
div.DivClassName
{
background-color: #021B90;
}
.BgClassName
{
background-color: #021B90;
}
</style>
border-color css
<style>
span { border-color: #021B90; }
span { border-color: rgb(2,27,144); }
td.TdClassName
{
border-color: #021B90;
}
.TagClassName
{
border-color: #021B90;
}
</style>