Shades of Sapphire #011E76
Tints of Sapphire #011E76
RGB
CMYK
RGB Variations
Color information
#011E76 (or 0x011E76) is known color: Sapphire. HEX triplet: 01, 1E and 76. RGB value is (1,30,118). Sum of RGB (Red+Green+Blue) = 1+30+118=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #011E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E76 is #FEE189. Grayscale: #1E1E1E. Windows color (decimal): -16703882 or 7740929. OLE color: 7740929.
HSL color Cylindrical-coordinate representation of color #011E76: hue angle of 225.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E76 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 30 | 118 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.54 |
| HSL | 225.13º | 0.98% | 0.23% | - |
| HSV(B) | 225.13º | 0.99% | 0.46% | - |
| XYZ | 3.75 | 2.24 | 17.38 | - |
| YUV | 31.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 118 | 0.99 | 0.75 | 0 | 0.54 | 225.13 | 0.98 | 0.23 |
| Hex | 1 | 1E | 76 | 63 | 4B | 0 | 36 | E1 | 62 | 17 |
| Octal | 1 | 36 | 166 | 143 | 113 | 0 | 66 | 341 | 142 | 27 |
| Binary | 1 | 11110 | 1110110 | 1100011 | 1001011 | 0 | 110110 | 11100001 | 1100010 | 10111 |
Color Harmonies of #011E76
Complementary color
Monochromatic Colors of #011E76
Black with #011E76
Text Example
Text Example
White with #011E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E76; }
p { color: rgb(1,30,118); }
H1.HeaderClassName
{
color: #011E76;
}
.AnyTagClassName
{
color: #011E76;
}
</style>
background-color css
<style>
a { background-color: #011E76; }
a { background-color: rgb(1,30,118); }
div.DivClassName
{
background-color: #011E76;
}
.BgClassName
{
background-color: #011E76;
}
</style>
border-color css
<style>
span { border-color: #011E76; }
span { border-color: rgb(1,30,118); }
td.TdClassName
{
border-color: #011E76;
}
.TagClassName
{
border-color: #011E76;
}
</style>