Shades of Sapphire #001663
Tints of Sapphire #001663
RGB
CMYK
RGB Variations
Color information
#001663 (or 0x001663) is known color: Sapphire. HEX triplet: 00, 16 and 63. RGB value is (0,22,99). Sum of RGB (Red+Green+Blue) = 0+22+99=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #001663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001663 is #FFE99C. Grayscale: #171717. Windows color (decimal): -16771485 or 6493696. OLE color: 6493696.
HSL color Cylindrical-coordinate representation of color #001663: hue angle of 226.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001663 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 22 | 99 | - |
| CMYK | 1 | 0.78 | 0 | 0.61 |
| HSL | 226.67º | 1% | 0.19% | - |
| HSV(B) | 226.67º | 1% | 0.39% | - |
| XYZ | 2.54 | 1.47 | 11.96 | - |
| YUV | 24.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 99 | 1 | 0.78 | 0 | 0.61 | 226.67 | 1 | 0.19 |
| Hex | 0 | 16 | 63 | 64 | 4E | 0 | 3D | E3 | 64 | 13 |
| Octal | 0 | 26 | 143 | 144 | 116 | 0 | 75 | 343 | 144 | 23 |
| Binary | 0 | 10110 | 1100011 | 1100100 | 1001110 | 0 | 111101 | 11100011 | 1100100 | 10011 |
Color Harmonies of #001663
Complementary color
Monochromatic Colors of #001663
Black with #001663
Text Example
Text Example
White with #001663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001663; }
p { color: rgb(0,22,99); }
H1.HeaderClassName
{
color: #001663;
}
.AnyTagClassName
{
color: #001663;
}
</style>
background-color css
<style>
a { background-color: #001663; }
a { background-color: rgb(0,22,99); }
div.DivClassName
{
background-color: #001663;
}
.BgClassName
{
background-color: #001663;
}
</style>
border-color css
<style>
span { border-color: #001663; }
span { border-color: rgb(0,22,99); }
td.TdClassName
{
border-color: #001663;
}
.TagClassName
{
border-color: #001663;
}
</style>