Shades of Sapphire #011668
Tints of Sapphire #011668
RGB
CMYK
RGB Variations
Color information
#011668 (or 0x011668) is known color: Sapphire. HEX triplet: 01, 16 and 68. RGB value is (1,22,104). Sum of RGB (Red+Green+Blue) = 1+22+104=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 104 (41.02% from 255 or 81.89% from 127); Max value from RGB is 104 - color contains mainly: blue. Hex color #011668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011668 is #FEE997. Grayscale: #181818. Windows color (decimal): -16705944 or 6821377. OLE color: 6821377.
HSL color Cylindrical-coordinate representation of color #011668: hue angle of 227.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011668 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 22 | 104 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.59 |
| HSL | 227.77º | 0.98% | 0.21% | - |
| HSV(B) | 227.77º | 0.99% | 0.41% | - |
| XYZ | 2.8 | 1.58 | 13.25 | - |
| YUV | 25.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 104 | 0.99 | 0.79 | 0 | 0.59 | 227.77 | 0.98 | 0.21 |
| Hex | 1 | 16 | 68 | 63 | 4F | 0 | 3B | E4 | 62 | 15 |
| Octal | 1 | 26 | 150 | 143 | 117 | 0 | 73 | 344 | 142 | 25 |
| Binary | 1 | 10110 | 1101000 | 1100011 | 1001111 | 0 | 111011 | 11100100 | 1100010 | 10101 |
Color Harmonies of #011668
Complementary color
Monochromatic Colors of #011668
Black with #011668
Text Example
Text Example
White with #011668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011668; }
p { color: rgb(1,22,104); }
H1.HeaderClassName
{
color: #011668;
}
.AnyTagClassName
{
color: #011668;
}
</style>
background-color css
<style>
a { background-color: #011668; }
a { background-color: rgb(1,22,104); }
div.DivClassName
{
background-color: #011668;
}
.BgClassName
{
background-color: #011668;
}
</style>
border-color css
<style>
span { border-color: #011668; }
span { border-color: rgb(1,22,104); }
td.TdClassName
{
border-color: #011668;
}
.TagClassName
{
border-color: #011668;
}
</style>