Shades of Sapphire #011056
Tints of Sapphire #011056
RGB
CMYK
RGB Variations
Color information
#011056 (or 0x011056) is known color: Sapphire. HEX triplet: 01, 10 and 56. RGB value is (1,16,86). Sum of RGB (Red+Green+Blue) = 1+16+86=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 86 (33.98% from 255 or 83.50% from 103); Max value from RGB is 86 - color contains mainly: blue. Hex color #011056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011056 is #FEEFA9. Grayscale: #131313. Windows color (decimal): -16707498 or 5640193. OLE color: 5640193.
HSL color Cylindrical-coordinate representation of color #011056: hue angle of 229.41º 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 #011056 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 16 | 86 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.66 |
| HSL | 229.41º | 0.98% | 0.17% | - |
| HSV(B) | 229.41º | 0.99% | 0.34% | - |
| XYZ | 1.88 | 1.05 | 8.91 | - |
| YUV | 19.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 86 | 0.99 | 0.81 | 0 | 0.66 | 229.41 | 0.98 | 0.17 |
| Hex | 1 | 10 | 56 | 63 | 51 | 0 | 42 | E5 | 62 | 11 |
| Octal | 1 | 20 | 126 | 143 | 121 | 0 | 102 | 345 | 142 | 21 |
| Binary | 1 | 10000 | 1010110 | 1100011 | 1010001 | 0 | 1000010 | 11100101 | 1100010 | 10001 |
Color Harmonies of #011056
Complementary color
Monochromatic Colors of #011056
Black with #011056
Text Example
Text Example
White with #011056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011056; }
p { color: rgb(1,16,86); }
H1.HeaderClassName
{
color: #011056;
}
.AnyTagClassName
{
color: #011056;
}
</style>
background-color css
<style>
a { background-color: #011056; }
a { background-color: rgb(1,16,86); }
div.DivClassName
{
background-color: #011056;
}
.BgClassName
{
background-color: #011056;
}
</style>
border-color css
<style>
span { border-color: #011056; }
span { border-color: rgb(1,16,86); }
td.TdClassName
{
border-color: #011056;
}
.TagClassName
{
border-color: #011056;
}
</style>