Shades of Sapphire #011755
Tints of Sapphire #011755
RGB
CMYK
RGB Variations
Color information
#011755 (or 0x011755) is known color: Sapphire. HEX triplet: 01, 17 and 55. RGB value is (1,23,85). Sum of RGB (Red+Green+Blue) = 1+23+85=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #011755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011755 is #FEE8AA. Grayscale: #171717. Windows color (decimal): -16705707 or 5576449. OLE color: 5576449.
HSL color Cylindrical-coordinate representation of color #011755: hue angle of 224.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011755 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 23 | 85 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.67 |
| HSL | 224.29º | 0.98% | 0.17% | - |
| HSV(B) | 224.29º | 0.99% | 0.33% | - |
| XYZ | 1.96 | 1.28 | 8.74 | - |
| YUV | 23.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 85 | 0.99 | 0.73 | 0 | 0.67 | 224.29 | 0.98 | 0.17 |
| Hex | 1 | 17 | 55 | 63 | 49 | 0 | 43 | E0 | 62 | 11 |
| Octal | 1 | 27 | 125 | 143 | 111 | 0 | 103 | 340 | 142 | 21 |
| Binary | 1 | 10111 | 1010101 | 1100011 | 1001001 | 0 | 1000011 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011755
Complementary color
Monochromatic Colors of #011755
Black with #011755
Text Example
Text Example
White with #011755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011755; }
p { color: rgb(1,23,85); }
H1.HeaderClassName
{
color: #011755;
}
.AnyTagClassName
{
color: #011755;
}
</style>
background-color css
<style>
a { background-color: #011755; }
a { background-color: rgb(1,23,85); }
div.DivClassName
{
background-color: #011755;
}
.BgClassName
{
background-color: #011755;
}
</style>
border-color css
<style>
span { border-color: #011755; }
span { border-color: rgb(1,23,85); }
td.TdClassName
{
border-color: #011755;
}
.TagClassName
{
border-color: #011755;
}
</style>