Shades of Sapphire #011166
Tints of Sapphire #011166
RGB
CMYK
RGB Variations
Color information
#011166 (or 0x011166) is known color: Sapphire. HEX triplet: 01, 11 and 66. RGB value is (1,17,102). Sum of RGB (Red+Green+Blue) = 1+17+102=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #011166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011166 is #FEEE99. Grayscale: #151515. Windows color (decimal): -16707226 or 6689025. OLE color: 6689025.
HSL color Cylindrical-coordinate representation of color #011166: hue angle of 230.5º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011166 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 17 | 102 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.6 |
| HSL | 230.5º | 0.98% | 0.2% | - |
| HSV(B) | 230.5º | 0.99% | 0.4% | - |
| XYZ | 2.61 | 1.37 | 12.7 | - |
| YUV | 21.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 102 | 0.99 | 0.83 | 0 | 0.6 | 230.5 | 0.98 | 0.2 |
| Hex | 1 | 11 | 66 | 63 | 53 | 0 | 3C | E6 | 62 | 14 |
| Octal | 1 | 21 | 146 | 143 | 123 | 0 | 74 | 346 | 142 | 24 |
| Binary | 1 | 10001 | 1100110 | 1100011 | 1010011 | 0 | 111100 | 11100110 | 1100010 | 10100 |
Color Harmonies of #011166
Complementary color
Monochromatic Colors of #011166
Black with #011166
Text Example
Text Example
White with #011166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011166; }
p { color: rgb(1,17,102); }
H1.HeaderClassName
{
color: #011166;
}
.AnyTagClassName
{
color: #011166;
}
</style>
background-color css
<style>
a { background-color: #011166; }
a { background-color: rgb(1,17,102); }
div.DivClassName
{
background-color: #011166;
}
.BgClassName
{
background-color: #011166;
}
</style>
border-color css
<style>
span { border-color: #011166; }
span { border-color: rgb(1,17,102); }
td.TdClassName
{
border-color: #011166;
}
.TagClassName
{
border-color: #011166;
}
</style>