Shades of Sapphire #011751
Tints of Sapphire #011751
RGB
CMYK
RGB Variations
Color information
#011751 (or 0x011751) is known color: Sapphire. HEX triplet: 01, 17 and 51. RGB value is (1,23,81). Sum of RGB (Red+Green+Blue) = 1+23+81=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 81 (32.03% from 255 or 77.14% from 105); Max value from RGB is 81 - color contains mainly: blue. Hex color #011751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011751 is #FEE8AE. Grayscale: #161616. Windows color (decimal): -16705711 or 5314305. OLE color: 5314305.
HSL color Cylindrical-coordinate representation of color #011751: hue angle of 223.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011751 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 23 | 81 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.68 |
| HSL | 223.5º | 0.98% | 0.16% | - |
| HSV(B) | 223.5º | 0.99% | 0.32% | - |
| XYZ | 1.8 | 1.21 | 7.92 | - |
| YUV | 23.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 81 | 0.99 | 0.72 | 0 | 0.68 | 223.5 | 0.98 | 0.16 |
| Hex | 1 | 17 | 51 | 63 | 48 | 0 | 44 | E0 | 62 | 10 |
| Octal | 1 | 27 | 121 | 143 | 110 | 0 | 104 | 340 | 142 | 20 |
| Binary | 1 | 10111 | 1010001 | 1100011 | 1001000 | 0 | 1000100 | 11100000 | 1100010 | 10000 |
Color Harmonies of #011751
Complementary color
Monochromatic Colors of #011751
Black with #011751
Text Example
Text Example
White with #011751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011751; }
p { color: rgb(1,23,81); }
H1.HeaderClassName
{
color: #011751;
}
.AnyTagClassName
{
color: #011751;
}
</style>
background-color css
<style>
a { background-color: #011751; }
a { background-color: rgb(1,23,81); }
div.DivClassName
{
background-color: #011751;
}
.BgClassName
{
background-color: #011751;
}
</style>
border-color css
<style>
span { border-color: #011751; }
span { border-color: rgb(1,23,81); }
td.TdClassName
{
border-color: #011751;
}
.TagClassName
{
border-color: #011751;
}
</style>