Shades of Sapphire #021973
Tints of Sapphire #021973
RGB
CMYK
RGB Variations
Color information
#021973 (or 0x021973) is known color: Sapphire. HEX triplet: 02, 19 and 73. RGB value is (2,25,115). Sum of RGB (Red+Green+Blue) = 2+25+115=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #021973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021973 is #FDE68C. Grayscale: #1C1C1C. Windows color (decimal): -16639629 or 7543042. OLE color: 7543042.
HSL color Cylindrical-coordinate representation of color #021973: hue angle of 227.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021973 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 25 | 115 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.55 |
| HSL | 227.79º | 0.97% | 0.23% | - |
| HSV(B) | 227.79º | 0.98% | 0.45% | - |
| XYZ | 3.47 | 1.95 | 16.41 | - |
| YUV | 28.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 115 | 0.98 | 0.78 | 0 | 0.55 | 227.79 | 0.97 | 0.23 |
| Hex | 2 | 19 | 73 | 62 | 4E | 0 | 37 | E4 | 61 | 17 |
| Octal | 2 | 31 | 163 | 142 | 116 | 0 | 67 | 344 | 141 | 27 |
| Binary | 10 | 11001 | 1110011 | 1100010 | 1001110 | 0 | 110111 | 11100100 | 1100001 | 10111 |
Color Harmonies of #021973
Complementary color
Monochromatic Colors of #021973
Black with #021973
Text Example
Text Example
White with #021973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021973; }
p { color: rgb(2,25,115); }
H1.HeaderClassName
{
color: #021973;
}
.AnyTagClassName
{
color: #021973;
}
</style>
background-color css
<style>
a { background-color: #021973; }
a { background-color: rgb(2,25,115); }
div.DivClassName
{
background-color: #021973;
}
.BgClassName
{
background-color: #021973;
}
</style>
border-color css
<style>
span { border-color: #021973; }
span { border-color: rgb(2,25,115); }
td.TdClassName
{
border-color: #021973;
}
.TagClassName
{
border-color: #021973;
}
</style>