Shades of Sapphire #021746
Tints of Sapphire #021746
RGB
CMYK
RGB Variations
Color information
#021746 (or 0x021746) is known color: Sapphire. HEX triplet: 02, 17 and 46. RGB value is (2,23,70). Sum of RGB (Red+Green+Blue) = 2+23+70=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #021746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021746 is #FDE8B9. Grayscale: #151515. Windows color (decimal): -16640186 or 4593410. OLE color: 4593410.
HSL color Cylindrical-coordinate representation of color #021746: hue angle of 221.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021746 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 23 | 70 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.73 |
| HSL | 221.47º | 0.94% | 0.14% | - |
| HSV(B) | 221.47º | 0.97% | 0.27% | - |
| XYZ | 1.44 | 1.07 | 5.92 | - |
| YUV | 22.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 70 | 0.97 | 0.67 | 0 | 0.73 | 221.47 | 0.94 | 0.14 |
| Hex | 2 | 17 | 46 | 61 | 43 | 0 | 49 | DD | 5E | E |
| Octal | 2 | 27 | 106 | 141 | 103 | 0 | 111 | 335 | 136 | 16 |
| Binary | 10 | 10111 | 1000110 | 1100001 | 1000011 | 0 | 1001001 | 11011101 | 1011110 | 1110 |
Color Harmonies of #021746
Complementary color
Monochromatic Colors of #021746
Black with #021746
Text Example
Text Example
White with #021746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021746; }
p { color: rgb(2,23,70); }
H1.HeaderClassName
{
color: #021746;
}
.AnyTagClassName
{
color: #021746;
}
</style>
background-color css
<style>
a { background-color: #021746; }
a { background-color: rgb(2,23,70); }
div.DivClassName
{
background-color: #021746;
}
.BgClassName
{
background-color: #021746;
}
</style>
border-color css
<style>
span { border-color: #021746; }
span { border-color: rgb(2,23,70); }
td.TdClassName
{
border-color: #021746;
}
.TagClassName
{
border-color: #021746;
}
</style>