Shades of Sapphire #011759
Tints of Sapphire #011759
RGB
CMYK
RGB Variations
Color information
#011759 (or 0x011759) is known color: Sapphire. HEX triplet: 01, 17 and 59. RGB value is (1,23,89). Sum of RGB (Red+Green+Blue) = 1+23+89=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #011759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011759 is #FEE8A6. Grayscale: #171717. Windows color (decimal): -16705703 or 5838593. OLE color: 5838593.
HSL color Cylindrical-coordinate representation of color #011759: hue angle of 225º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011759 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 23 | 89 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.65 |
| HSL | 225º | 0.98% | 0.18% | - |
| HSV(B) | 225º | 0.99% | 0.35% | - |
| XYZ | 2.12 | 1.34 | 9.6 | - |
| YUV | 23.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 89 | 0.99 | 0.74 | 0 | 0.65 | 225 | 0.98 | 0.18 |
| Hex | 1 | 17 | 59 | 63 | 4A | 0 | 41 | E1 | 62 | 12 |
| Octal | 1 | 27 | 131 | 143 | 112 | 0 | 101 | 341 | 142 | 22 |
| Binary | 1 | 10111 | 1011001 | 1100011 | 1001010 | 0 | 1000001 | 11100001 | 1100010 | 10010 |
Color Harmonies of #011759
Complementary color
Monochromatic Colors of #011759
Black with #011759
Text Example
Text Example
White with #011759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011759; }
p { color: rgb(1,23,89); }
H1.HeaderClassName
{
color: #011759;
}
.AnyTagClassName
{
color: #011759;
}
</style>
background-color css
<style>
a { background-color: #011759; }
a { background-color: rgb(1,23,89); }
div.DivClassName
{
background-color: #011759;
}
.BgClassName
{
background-color: #011759;
}
</style>
border-color css
<style>
span { border-color: #011759; }
span { border-color: rgb(1,23,89); }
td.TdClassName
{
border-color: #011759;
}
.TagClassName
{
border-color: #011759;
}
</style>