Shades of Sapphire #021966
Tints of Sapphire #021966
RGB
CMYK
RGB Variations
Color information
#021966 (or 0x021966) is known color: Sapphire. HEX triplet: 02, 19 and 66. RGB value is (2,25,102). Sum of RGB (Red+Green+Blue) = 2+25+102=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #021966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021966 is #FDE699. Grayscale: #1A1A1A. Windows color (decimal): -16639642 or 6691074. OLE color: 6691074.
HSL color Cylindrical-coordinate representation of color #021966: hue angle of 226.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 #021966 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 25 | 102 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.6 |
| HSL | 226.2º | 0.96% | 0.2% | - |
| HSV(B) | 226.2º | 0.98% | 0.4% | - |
| XYZ | 2.77 | 1.67 | 12.75 | - |
| YUV | 26.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 102 | 0.98 | 0.75 | 0 | 0.6 | 226.2 | 0.96 | 0.2 |
| Hex | 2 | 19 | 66 | 62 | 4B | 0 | 3C | E2 | 60 | 14 |
| Octal | 2 | 31 | 146 | 142 | 113 | 0 | 74 | 342 | 140 | 24 |
| Binary | 10 | 11001 | 1100110 | 1100010 | 1001011 | 0 | 111100 | 11100010 | 1100000 | 10100 |
Color Harmonies of #021966
Complementary color
Monochromatic Colors of #021966
Black with #021966
Text Example
Text Example
White with #021966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021966; }
p { color: rgb(2,25,102); }
H1.HeaderClassName
{
color: #021966;
}
.AnyTagClassName
{
color: #021966;
}
</style>
background-color css
<style>
a { background-color: #021966; }
a { background-color: rgb(2,25,102); }
div.DivClassName
{
background-color: #021966;
}
.BgClassName
{
background-color: #021966;
}
</style>
border-color css
<style>
span { border-color: #021966; }
span { border-color: rgb(2,25,102); }
td.TdClassName
{
border-color: #021966;
}
.TagClassName
{
border-color: #021966;
}
</style>