Shades of Sapphire #021766
Tints of Sapphire #021766
RGB
CMYK
RGB Variations
Color information
#021766 (or 0x021766) is known color: Sapphire. HEX triplet: 02, 17 and 66. RGB value is (2,23,102). Sum of RGB (Red+Green+Blue) = 2+23+102=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #021766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021766 is #FDE899. Grayscale: #191919. Windows color (decimal): -16640154 or 6690562. OLE color: 6690562.
HSL color Cylindrical-coordinate representation of color #021766: hue angle of 227.4º 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 #021766 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 23 | 102 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.6 |
| HSL | 227.4º | 0.96% | 0.2% | - |
| HSV(B) | 227.4º | 0.98% | 0.4% | - |
| XYZ | 2.73 | 1.59 | 12.73 | - |
| YUV | 25.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 102 | 0.98 | 0.77 | 0 | 0.6 | 227.4 | 0.96 | 0.2 |
| Hex | 2 | 17 | 66 | 62 | 4D | 0 | 3C | E3 | 60 | 14 |
| Octal | 2 | 27 | 146 | 142 | 115 | 0 | 74 | 343 | 140 | 24 |
| Binary | 10 | 10111 | 1100110 | 1100010 | 1001101 | 0 | 111100 | 11100011 | 1100000 | 10100 |
Color Harmonies of #021766
Complementary color
Monochromatic Colors of #021766
Black with #021766
Text Example
Text Example
White with #021766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021766; }
p { color: rgb(2,23,102); }
H1.HeaderClassName
{
color: #021766;
}
.AnyTagClassName
{
color: #021766;
}
</style>
background-color css
<style>
a { background-color: #021766; }
a { background-color: rgb(2,23,102); }
div.DivClassName
{
background-color: #021766;
}
.BgClassName
{
background-color: #021766;
}
</style>
border-color css
<style>
span { border-color: #021766; }
span { border-color: rgb(2,23,102); }
td.TdClassName
{
border-color: #021766;
}
.TagClassName
{
border-color: #021766;
}
</style>