Shades of Sapphire #011153
Tints of Sapphire #011153
RGB
CMYK
RGB Variations
Color information
#011153 (or 0x011153) is known color: Sapphire. HEX triplet: 01, 11 and 53. RGB value is (1,17,83). Sum of RGB (Red+Green+Blue) = 1+17+83=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 83 (32.81% from 255 or 82.18% from 101); Max value from RGB is 83 - color contains mainly: blue. Hex color #011153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011153 is #FEEEAC. Grayscale: #131313. Windows color (decimal): -16707245 or 5443841. OLE color: 5443841.
HSL color Cylindrical-coordinate representation of color #011153: hue angle of 228.29º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011153 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 17 | 83 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.67 |
| HSL | 228.29º | 0.98% | 0.16% | - |
| HSV(B) | 228.29º | 0.99% | 0.33% | - |
| XYZ | 1.77 | 1.03 | 8.29 | - |
| YUV | 19.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 83 | 0.99 | 0.80 | 0 | 0.67 | 228.29 | 0.98 | 0.16 |
| Hex | 1 | 11 | 53 | 63 | 50 | 0 | 43 | E4 | 62 | 10 |
| Octal | 1 | 21 | 123 | 143 | 120 | 0 | 103 | 344 | 142 | 20 |
| Binary | 1 | 10001 | 1010011 | 1100011 | 1010000 | 0 | 1000011 | 11100100 | 1100010 | 10000 |
Color Harmonies of #011153
Complementary color
Monochromatic Colors of #011153
Black with #011153
Text Example
Text Example
White with #011153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011153; }
p { color: rgb(1,17,83); }
H1.HeaderClassName
{
color: #011153;
}
.AnyTagClassName
{
color: #011153;
}
</style>
background-color css
<style>
a { background-color: #011153; }
a { background-color: rgb(1,17,83); }
div.DivClassName
{
background-color: #011153;
}
.BgClassName
{
background-color: #011153;
}
</style>
border-color css
<style>
span { border-color: #011153; }
span { border-color: rgb(1,17,83); }
td.TdClassName
{
border-color: #011153;
}
.TagClassName
{
border-color: #011153;
}
</style>