Shades of Sapphire #011657
Tints of Sapphire #011657
RGB
CMYK
RGB Variations
Color information
#011657 (or 0x011657) is known color: Sapphire. HEX triplet: 01, 16 and 57. RGB value is (1,22,87). Sum of RGB (Red+Green+Blue) = 1+22+87=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #011657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011657 is #FEE9A8. Grayscale: #161616. Windows color (decimal): -16705961 or 5707265. OLE color: 5707265.
HSL color Cylindrical-coordinate representation of color #011657: hue angle of 225.35º 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 #011657 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 22 | 87 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.66 |
| HSL | 225.35º | 0.98% | 0.17% | - |
| HSV(B) | 225.35º | 0.99% | 0.34% | - |
| XYZ | 2.02 | 1.27 | 9.16 | - |
| YUV | 23.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 87 | 0.99 | 0.75 | 0 | 0.66 | 225.35 | 0.98 | 0.17 |
| Hex | 1 | 16 | 57 | 63 | 4B | 0 | 42 | E1 | 62 | 11 |
| Octal | 1 | 26 | 127 | 143 | 113 | 0 | 102 | 341 | 142 | 21 |
| Binary | 1 | 10110 | 1010111 | 1100011 | 1001011 | 0 | 1000010 | 11100001 | 1100010 | 10001 |
Color Harmonies of #011657
Complementary color
Monochromatic Colors of #011657
Black with #011657
Text Example
Text Example
White with #011657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011657; }
p { color: rgb(1,22,87); }
H1.HeaderClassName
{
color: #011657;
}
.AnyTagClassName
{
color: #011657;
}
</style>
background-color css
<style>
a { background-color: #011657; }
a { background-color: rgb(1,22,87); }
div.DivClassName
{
background-color: #011657;
}
.BgClassName
{
background-color: #011657;
}
</style>
border-color css
<style>
span { border-color: #011657; }
span { border-color: rgb(1,22,87); }
td.TdClassName
{
border-color: #011657;
}
.TagClassName
{
border-color: #011657;
}
</style>