Shades of Sapphire #021446
Tints of Sapphire #021446
RGB
CMYK
RGB Variations
Color information
#021446 (or 0x021446) is known color: Sapphire. HEX triplet: 02, 14 and 46. RGB value is (2,20,70). Sum of RGB (Red+Green+Blue) = 2+20+70=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #021446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021446 is #FDEBB9. Grayscale: #141414. Windows color (decimal): -16640954 or 4592642. OLE color: 4592642.
HSL color Cylindrical-coordinate representation of color #021446: hue angle of 224.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021446 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 20 | 70 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.73 |
| HSL | 224.12º | 0.94% | 0.14% | - |
| HSV(B) | 224.12º | 0.97% | 0.27% | - |
| XYZ | 1.38 | 0.96 | 5.91 | - |
| YUV | 20.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 70 | 0.97 | 0.71 | 0 | 0.73 | 224.12 | 0.94 | 0.14 |
| Hex | 2 | 14 | 46 | 61 | 47 | 0 | 49 | E0 | 5E | E |
| Octal | 2 | 24 | 106 | 141 | 107 | 0 | 111 | 340 | 136 | 16 |
| Binary | 10 | 10100 | 1000110 | 1100001 | 1000111 | 0 | 1001001 | 11100000 | 1011110 | 1110 |
Color Harmonies of #021446
Complementary color
Monochromatic Colors of #021446
Black with #021446
Text Example
Text Example
White with #021446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021446; }
p { color: rgb(2,20,70); }
H1.HeaderClassName
{
color: #021446;
}
.AnyTagClassName
{
color: #021446;
}
</style>
background-color css
<style>
a { background-color: #021446; }
a { background-color: rgb(2,20,70); }
div.DivClassName
{
background-color: #021446;
}
.BgClassName
{
background-color: #021446;
}
</style>
border-color css
<style>
span { border-color: #021446; }
span { border-color: rgb(2,20,70); }
td.TdClassName
{
border-color: #021446;
}
.TagClassName
{
border-color: #021446;
}
</style>