Shades of Sapphire #011756
Tints of Sapphire #011756
RGB
CMYK
RGB Variations
Color information
#011756 (or 0x011756) is known color: Sapphire. HEX triplet: 01, 17 and 56. RGB value is (1,23,86). Sum of RGB (Red+Green+Blue) = 1+23+86=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #011756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011756 is #FEE8A9. Grayscale: #171717. Windows color (decimal): -16705706 or 5641985. OLE color: 5641985.
HSL color Cylindrical-coordinate representation of color #011756: hue angle of 224.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011756 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 23 | 86 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.66 |
| HSL | 224.47º | 0.98% | 0.17% | - |
| HSV(B) | 224.47º | 0.99% | 0.34% | - |
| XYZ | 2 | 1.29 | 8.95 | - |
| YUV | 23.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 86 | 0.99 | 0.73 | 0 | 0.66 | 224.47 | 0.98 | 0.17 |
| Hex | 1 | 17 | 56 | 63 | 49 | 0 | 42 | E0 | 62 | 11 |
| Octal | 1 | 27 | 126 | 143 | 111 | 0 | 102 | 340 | 142 | 21 |
| Binary | 1 | 10111 | 1010110 | 1100011 | 1001001 | 0 | 1000010 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011756
Complementary color
Monochromatic Colors of #011756
Black with #011756
Text Example
Text Example
White with #011756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011756; }
p { color: rgb(1,23,86); }
H1.HeaderClassName
{
color: #011756;
}
.AnyTagClassName
{
color: #011756;
}
</style>
background-color css
<style>
a { background-color: #011756; }
a { background-color: rgb(1,23,86); }
div.DivClassName
{
background-color: #011756;
}
.BgClassName
{
background-color: #011756;
}
</style>
border-color css
<style>
span { border-color: #011756; }
span { border-color: rgb(1,23,86); }
td.TdClassName
{
border-color: #011756;
}
.TagClassName
{
border-color: #011756;
}
</style>