Shades of Sapphire #011E73
Tints of Sapphire #011E73
RGB
CMYK
RGB Variations
Color information
#011E73 (or 0x011E73) is known color: Sapphire. HEX triplet: 01, 1E and 73. RGB value is (1,30,115). Sum of RGB (Red+Green+Blue) = 1+30+115=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #011E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E73 is #FEE18C. Grayscale: #1E1E1E. Windows color (decimal): -16703885 or 7544321. OLE color: 7544321.
HSL color Cylindrical-coordinate representation of color #011E73: hue angle of 224.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E73 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 30 | 115 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.55 |
| HSL | 224.74º | 0.98% | 0.23% | - |
| HSV(B) | 224.74º | 0.99% | 0.45% | - |
| XYZ | 3.57 | 2.17 | 16.45 | - |
| YUV | 31.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 115 | 0.99 | 0.74 | 0 | 0.55 | 224.74 | 0.98 | 0.23 |
| Hex | 1 | 1E | 73 | 63 | 4A | 0 | 37 | E1 | 62 | 17 |
| Octal | 1 | 36 | 163 | 143 | 112 | 0 | 67 | 341 | 142 | 27 |
| Binary | 1 | 11110 | 1110011 | 1100011 | 1001010 | 0 | 110111 | 11100001 | 1100010 | 10111 |
Color Harmonies of #011E73
Complementary color
Monochromatic Colors of #011E73
Black with #011E73
Text Example
Text Example
White with #011E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E73; }
p { color: rgb(1,30,115); }
H1.HeaderClassName
{
color: #011E73;
}
.AnyTagClassName
{
color: #011E73;
}
</style>
background-color css
<style>
a { background-color: #011E73; }
a { background-color: rgb(1,30,115); }
div.DivClassName
{
background-color: #011E73;
}
.BgClassName
{
background-color: #011E73;
}
</style>
border-color css
<style>
span { border-color: #011E73; }
span { border-color: rgb(1,30,115); }
td.TdClassName
{
border-color: #011E73;
}
.TagClassName
{
border-color: #011E73;
}
</style>