Shades of Sapphire #011663
Tints of Sapphire #011663
RGB
CMYK
RGB Variations
Color information
#011663 (or 0x011663) is known color: Sapphire. HEX triplet: 01, 16 and 63. RGB value is (1,22,99). Sum of RGB (Red+Green+Blue) = 1+22+99=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 99 (39.06% from 255 or 81.15% from 122); Max value from RGB is 99 - color contains mainly: blue. Hex color #011663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011663 is #FEE99C. Grayscale: #181818. Windows color (decimal): -16705949 or 6493697. OLE color: 6493697.
HSL color Cylindrical-coordinate representation of color #011663: hue angle of 227.14º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011663 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 22 | 99 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.61 |
| HSL | 227.14º | 0.98% | 0.2% | - |
| HSV(B) | 227.14º | 0.99% | 0.39% | - |
| XYZ | 2.55 | 1.48 | 11.96 | - |
| YUV | 24.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 99 | 0.99 | 0.78 | 0 | 0.61 | 227.14 | 0.98 | 0.2 |
| Hex | 1 | 16 | 63 | 63 | 4E | 0 | 3D | E3 | 62 | 14 |
| Octal | 1 | 26 | 143 | 143 | 116 | 0 | 75 | 343 | 142 | 24 |
| Binary | 1 | 10110 | 1100011 | 1100011 | 1001110 | 0 | 111101 | 11100011 | 1100010 | 10100 |
Color Harmonies of #011663
Complementary color
Monochromatic Colors of #011663
Black with #011663
Text Example
Text Example
White with #011663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011663; }
p { color: rgb(1,22,99); }
H1.HeaderClassName
{
color: #011663;
}
.AnyTagClassName
{
color: #011663;
}
</style>
background-color css
<style>
a { background-color: #011663; }
a { background-color: rgb(1,22,99); }
div.DivClassName
{
background-color: #011663;
}
.BgClassName
{
background-color: #011663;
}
</style>
border-color css
<style>
span { border-color: #011663; }
span { border-color: rgb(1,22,99); }
td.TdClassName
{
border-color: #011663;
}
.TagClassName
{
border-color: #011663;
}
</style>