Shades of Sapphire #021466
Tints of Sapphire #021466
RGB
CMYK
RGB Variations
Color information
#021466 (or 0x021466) is known color: Sapphire. HEX triplet: 02, 14 and 66. RGB value is (2,20,102). Sum of RGB (Red+Green+Blue) = 2+20+102=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #021466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021466 is #FDEB99. Grayscale: #171717. Windows color (decimal): -16640922 or 6689794. OLE color: 6689794.
HSL color Cylindrical-coordinate representation of color #021466: hue angle of 229.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021466 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 20 | 102 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.6 |
| HSL | 229.2º | 0.96% | 0.2% | - |
| HSV(B) | 229.2º | 0.98% | 0.4% | - |
| XYZ | 2.67 | 1.47 | 12.71 | - |
| YUV | 23.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 102 | 0.98 | 0.80 | 0 | 0.6 | 229.2 | 0.96 | 0.2 |
| Hex | 2 | 14 | 66 | 62 | 50 | 0 | 3C | E5 | 60 | 14 |
| Octal | 2 | 24 | 146 | 142 | 120 | 0 | 74 | 345 | 140 | 24 |
| Binary | 10 | 10100 | 1100110 | 1100010 | 1010000 | 0 | 111100 | 11100101 | 1100000 | 10100 |
Color Harmonies of #021466
Complementary color
Monochromatic Colors of #021466
Black with #021466
Text Example
Text Example
White with #021466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021466; }
p { color: rgb(2,20,102); }
H1.HeaderClassName
{
color: #021466;
}
.AnyTagClassName
{
color: #021466;
}
</style>
background-color css
<style>
a { background-color: #021466; }
a { background-color: rgb(2,20,102); }
div.DivClassName
{
background-color: #021466;
}
.BgClassName
{
background-color: #021466;
}
</style>
border-color css
<style>
span { border-color: #021466; }
span { border-color: rgb(2,20,102); }
td.TdClassName
{
border-color: #021466;
}
.TagClassName
{
border-color: #021466;
}
</style>