Shades of Sapphire #021647
Tints of Sapphire #021647
RGB
CMYK
RGB Variations
Color information
#021647 (or 0x021647) is known color: Sapphire. HEX triplet: 02, 16 and 47. RGB value is (2,22,71). Sum of RGB (Red+Green+Blue) = 2+22+71=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #021647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021647 is #FDE9B8. Grayscale: #151515. Windows color (decimal): -16640441 or 4658690. OLE color: 4658690.
HSL color Cylindrical-coordinate representation of color #021647: hue angle of 222.61º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021647 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 22 | 71 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.72 |
| HSL | 222.61º | 0.95% | 0.14% | - |
| HSV(B) | 222.61º | 0.97% | 0.28% | - |
| XYZ | 1.45 | 1.04 | 6.09 | - |
| YUV | 21.61 | 155.87 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 71 | 0.97 | 0.69 | 0 | 0.72 | 222.61 | 0.95 | 0.14 |
| Hex | 2 | 16 | 47 | 61 | 45 | 0 | 48 | DF | 5F | E |
| Octal | 2 | 26 | 107 | 141 | 105 | 0 | 110 | 337 | 137 | 16 |
| Binary | 10 | 10110 | 1000111 | 1100001 | 1000101 | 0 | 1001000 | 11011111 | 1011111 | 1110 |
Color Harmonies of #021647
Complementary color
Monochromatic Colors of #021647
Black with #021647
Text Example
Text Example
White with #021647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021647; }
p { color: rgb(2,22,71); }
H1.HeaderClassName
{
color: #021647;
}
.AnyTagClassName
{
color: #021647;
}
</style>
background-color css
<style>
a { background-color: #021647; }
a { background-color: rgb(2,22,71); }
div.DivClassName
{
background-color: #021647;
}
.BgClassName
{
background-color: #021647;
}
</style>
border-color css
<style>
span { border-color: #021647; }
span { border-color: rgb(2,22,71); }
td.TdClassName
{
border-color: #021647;
}
.TagClassName
{
border-color: #021647;
}
</style>