Shades of Sapphire #01116E
Tints of Sapphire #01116E
RGB
CMYK
RGB Variations
Color information
#01116E (or 0x01116E) is known color: Sapphire. HEX triplet: 01, 11 and 6E. RGB value is (1,17,110). Sum of RGB (Red+Green+Blue) = 1+17+110=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #01116E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01116E is #FEEE91. Grayscale: #161616. Windows color (decimal): -16707218 or 7213313. OLE color: 7213313.
HSL color Cylindrical-coordinate representation of color #01116E: hue angle of 231.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01116E is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 17 | 110 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.57 |
| HSL | 231.19º | 0.98% | 0.22% | - |
| HSV(B) | 231.19º | 0.99% | 0.43% | - |
| XYZ | 3.03 | 1.53 | 14.89 | - |
| YUV | 22.82 | 177.2 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 110 | 0.99 | 0.85 | 0 | 0.57 | 231.19 | 0.98 | 0.22 |
| Hex | 1 | 11 | 6E | 63 | 55 | 0 | 39 | E7 | 62 | 16 |
| Octal | 1 | 21 | 156 | 143 | 125 | 0 | 71 | 347 | 142 | 26 |
| Binary | 1 | 10001 | 1101110 | 1100011 | 1010101 | 0 | 111001 | 11100111 | 1100010 | 10110 |
Color Harmonies of #01116E
Complementary color
Monochromatic Colors of #01116E
Black with #01116E
Text Example
Text Example
White with #01116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01116E; }
p { color: rgb(1,17,110); }
H1.HeaderClassName
{
color: #01116E;
}
.AnyTagClassName
{
color: #01116E;
}
</style>
background-color css
<style>
a { background-color: #01116E; }
a { background-color: rgb(1,17,110); }
div.DivClassName
{
background-color: #01116E;
}
.BgClassName
{
background-color: #01116E;
}
</style>
border-color css
<style>
span { border-color: #01116E; }
span { border-color: rgb(1,17,110); }
td.TdClassName
{
border-color: #01116E;
}
.TagClassName
{
border-color: #01116E;
}
</style>