Shades of Sapphire #011E53
Tints of Sapphire #011E53
RGB
CMYK
RGB Variations
Color information
#011E53 (or 0x011E53) is known color: Sapphire. HEX triplet: 01, 1E and 53. RGB value is (1,30,83). Sum of RGB (Red+Green+Blue) = 1+30+83=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #011E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E53 is #FEE1AC. Grayscale: #1B1B1B. Windows color (decimal): -16703917 or 5447169. OLE color: 5447169.
HSL color Cylindrical-coordinate representation of color #011E53: hue angle of 218.78º 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 #011E53 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 30 | 83 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.67 |
| HSL | 218.78º | 0.98% | 0.16% | - |
| HSV(B) | 218.78º | 0.99% | 0.33% | - |
| XYZ | 2.04 | 1.56 | 8.38 | - |
| YUV | 27.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 83 | 0.99 | 0.64 | 0 | 0.67 | 218.78 | 0.98 | 0.16 |
| Hex | 1 | 1E | 53 | 63 | 40 | 0 | 43 | DB | 62 | 10 |
| Octal | 1 | 36 | 123 | 143 | 100 | 0 | 103 | 333 | 142 | 20 |
| Binary | 1 | 11110 | 1010011 | 1100011 | 1000000 | 0 | 1000011 | 11011011 | 1100010 | 10000 |
Color Harmonies of #011E53
Complementary color
Monochromatic Colors of #011E53
Black with #011E53
Text Example
Text Example
White with #011E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E53; }
p { color: rgb(1,30,83); }
H1.HeaderClassName
{
color: #011E53;
}
.AnyTagClassName
{
color: #011E53;
}
</style>
background-color css
<style>
a { background-color: #011E53; }
a { background-color: rgb(1,30,83); }
div.DivClassName
{
background-color: #011E53;
}
.BgClassName
{
background-color: #011E53;
}
</style>
border-color css
<style>
span { border-color: #011E53; }
span { border-color: rgb(1,30,83); }
td.TdClassName
{
border-color: #011E53;
}
.TagClassName
{
border-color: #011E53;
}
</style>