Shades of Sapphire #011E49
Tints of Sapphire #011E49
RGB
CMYK
RGB Variations
Color information
#011E49 (or 0x011E49) is known color: Sapphire. HEX triplet: 01, 1E and 49. RGB value is (1,30,73). Sum of RGB (Red+Green+Blue) = 1+30+73=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #011E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E49 is #FEE1B6. Grayscale: #1A1A1A. Windows color (decimal): -16703927 or 4791809. OLE color: 4791809.
HSL color Cylindrical-coordinate representation of color #011E49: hue angle of 215.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E49 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 30 | 73 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.71 |
| HSL | 215.83º | 0.97% | 0.15% | - |
| HSV(B) | 215.83º | 0.99% | 0.29% | - |
| XYZ | 1.68 | 1.42 | 6.49 | - |
| YUV | 26.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 73 | 0.99 | 0.59 | 0 | 0.71 | 215.83 | 0.97 | 0.15 |
| Hex | 1 | 1E | 49 | 63 | 3B | 0 | 47 | D8 | 61 | F |
| Octal | 1 | 36 | 111 | 143 | 73 | 0 | 107 | 330 | 141 | 17 |
| Binary | 1 | 11110 | 1001001 | 1100011 | 111011 | 0 | 1000111 | 11011000 | 1100001 | 1111 |
Color Harmonies of #011E49
Complementary color
Monochromatic Colors of #011E49
Black with #011E49
Text Example
Text Example
White with #011E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E49; }
p { color: rgb(1,30,73); }
H1.HeaderClassName
{
color: #011E49;
}
.AnyTagClassName
{
color: #011E49;
}
</style>
background-color css
<style>
a { background-color: #011E49; }
a { background-color: rgb(1,30,73); }
div.DivClassName
{
background-color: #011E49;
}
.BgClassName
{
background-color: #011E49;
}
</style>
border-color css
<style>
span { border-color: #011E49; }
span { border-color: rgb(1,30,73); }
td.TdClassName
{
border-color: #011E49;
}
.TagClassName
{
border-color: #011E49;
}
</style>