Shades of Sapphire #001646
Tints of Sapphire #001646
RGB
CMYK
RGB Variations
Color information
#001646 (or 0x001646) is known color: Sapphire. HEX triplet: 00, 16 and 46. RGB value is (0,22,70). Sum of RGB (Red+Green+Blue) = 0+22+70=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 70 (27.73% from 255 or 76.09% from 92); Max value from RGB is 70 - color contains mainly: blue. Hex color #001646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001646 is #FFE9B9. Grayscale: #141414. Windows color (decimal): -16771514 or 4593152. OLE color: 4593152.
HSL color Cylindrical-coordinate representation of color #001646: hue angle of 221.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001646 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 22 | 70 | - |
| CMYK | 1 | 0.69 | 0 | 0.73 |
| HSL | 221.14º | 1% | 0.14% | - |
| HSV(B) | 221.14º | 1% | 0.27% | - |
| XYZ | 1.39 | 1.02 | 5.92 | - |
| YUV | 20.89 | 155.71 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 70 | 1 | 0.69 | 0 | 0.73 | 221.14 | 1 | 0.14 |
| Hex | 0 | 16 | 46 | 64 | 45 | 0 | 49 | DD | 64 | E |
| Octal | 0 | 26 | 106 | 144 | 105 | 0 | 111 | 335 | 144 | 16 |
| Binary | 0 | 10110 | 1000110 | 1100100 | 1000101 | 0 | 1001001 | 11011101 | 1100100 | 1110 |
Color Harmonies of #001646
Complementary color
Monochromatic Colors of #001646
Black with #001646
Text Example
Text Example
White with #001646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001646; }
p { color: rgb(0,22,70); }
H1.HeaderClassName
{
color: #001646;
}
.AnyTagClassName
{
color: #001646;
}
</style>
background-color css
<style>
a { background-color: #001646; }
a { background-color: rgb(0,22,70); }
div.DivClassName
{
background-color: #001646;
}
.BgClassName
{
background-color: #001646;
}
</style>
border-color css
<style>
span { border-color: #001646; }
span { border-color: rgb(0,22,70); }
td.TdClassName
{
border-color: #001646;
}
.TagClassName
{
border-color: #001646;
}
</style>