Shades of Smalt #021B8F
Tints of Smalt #021B8F
RGB
CMYK
RGB Variations
Color information
#021B8F (or 0x021B8F) is known color: Smalt. HEX triplet: 02, 1B and 8F. RGB value is (2,27,143). Sum of RGB (Red+Green+Blue) = 2+27+143=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #021B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021B8F is #FDE470. Grayscale: #202020. Windows color (decimal): -16639089 or 9378562. OLE color: 9378562.
HSL color Cylindrical-coordinate representation of color #021B8F: hue angle of 229.36º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021B8F is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 27 | 143 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.44 |
| HSL | 229.36º | 0.97% | 0.28% | - |
| HSV(B) | 229.36º | 0.99% | 0.56% | - |
| XYZ | 5.37 | 2.78 | 26.24 | - |
| YUV | 32.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 143 | 0.99 | 0.81 | 0 | 0.44 | 229.36 | 0.97 | 0.28 |
| Hex | 2 | 1B | 8F | 63 | 51 | 0 | 2C | E5 | 61 | 1C |
| Octal | 2 | 33 | 217 | 143 | 121 | 0 | 54 | 345 | 141 | 34 |
| Binary | 10 | 11011 | 10001111 | 1100011 | 1010001 | 0 | 101100 | 11100101 | 1100001 | 11100 |
Color Harmonies of #021B8F
Complementary color
Monochromatic Colors of #021B8F
Black with #021B8F
Text Example
Text Example
White with #021B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B8F; }
p { color: rgb(2,27,143); }
H1.HeaderClassName
{
color: #021B8F;
}
.AnyTagClassName
{
color: #021B8F;
}
</style>
background-color css
<style>
a { background-color: #021B8F; }
a { background-color: rgb(2,27,143); }
div.DivClassName
{
background-color: #021B8F;
}
.BgClassName
{
background-color: #021B8F;
}
</style>
border-color css
<style>
span { border-color: #021B8F; }
span { border-color: rgb(2,27,143); }
td.TdClassName
{
border-color: #021B8F;
}
.TagClassName
{
border-color: #021B8F;
}
</style>