Shades of Sapphire #011659
Tints of Sapphire #011659
RGB
CMYK
RGB Variations
Color information
#011659 (or 0x011659) is known color: Sapphire. HEX triplet: 01, 16 and 59. RGB value is (1,22,89). Sum of RGB (Red+Green+Blue) = 1+22+89=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #011659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011659 is #FEE9A6. Grayscale: #171717. Windows color (decimal): -16705959 or 5838337. OLE color: 5838337.
HSL color Cylindrical-coordinate representation of color #011659: hue angle of 225.68º 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 #011659 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 22 | 89 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.65 |
| HSL | 225.68º | 0.98% | 0.18% | - |
| HSV(B) | 225.68º | 0.99% | 0.35% | - |
| XYZ | 2.1 | 1.3 | 9.59 | - |
| YUV | 23.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 89 | 0.99 | 0.75 | 0 | 0.65 | 225.68 | 0.98 | 0.18 |
| Hex | 1 | 16 | 59 | 63 | 4B | 0 | 41 | E2 | 62 | 12 |
| Octal | 1 | 26 | 131 | 143 | 113 | 0 | 101 | 342 | 142 | 22 |
| Binary | 1 | 10110 | 1011001 | 1100011 | 1001011 | 0 | 1000001 | 11100010 | 1100010 | 10010 |
Color Harmonies of #011659
Complementary color
Monochromatic Colors of #011659
Black with #011659
Text Example
Text Example
White with #011659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011659; }
p { color: rgb(1,22,89); }
H1.HeaderClassName
{
color: #011659;
}
.AnyTagClassName
{
color: #011659;
}
</style>
background-color css
<style>
a { background-color: #011659; }
a { background-color: rgb(1,22,89); }
div.DivClassName
{
background-color: #011659;
}
.BgClassName
{
background-color: #011659;
}
</style>
border-color css
<style>
span { border-color: #011659; }
span { border-color: rgb(1,22,89); }
td.TdClassName
{
border-color: #011659;
}
.TagClassName
{
border-color: #011659;
}
</style>