Shades of Sapphire #011E4A
Tints of Sapphire #011E4A
RGB
CMYK
RGB Variations
Color information
#011E4A (or 0x011E4A) is known color: Sapphire. HEX triplet: 01, 1E and 4A. RGB value is (1,30,74). Sum of RGB (Red+Green+Blue) = 1+30+74=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #011E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E4A is #FEE1B5. Grayscale: #1A1A1A. Windows color (decimal): -16703926 or 4857345. OLE color: 4857345.
HSL color Cylindrical-coordinate representation of color #011E4A: hue angle of 216.16º 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 #011E4A is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 30 | 74 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.71 |
| HSL | 216.16º | 0.97% | 0.15% | - |
| HSV(B) | 216.16º | 0.99% | 0.29% | - |
| XYZ | 1.71 | 1.43 | 6.66 | - |
| YUV | 26.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 74 | 0.99 | 0.59 | 0 | 0.71 | 216.16 | 0.97 | 0.15 |
| Hex | 1 | 1E | 4A | 63 | 3B | 0 | 47 | D8 | 61 | F |
| Octal | 1 | 36 | 112 | 143 | 73 | 0 | 107 | 330 | 141 | 17 |
| Binary | 1 | 11110 | 1001010 | 1100011 | 111011 | 0 | 1000111 | 11011000 | 1100001 | 1111 |
Color Harmonies of #011E4A
Complementary color
Monochromatic Colors of #011E4A
Black with #011E4A
Text Example
Text Example
White with #011E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E4A; }
p { color: rgb(1,30,74); }
H1.HeaderClassName
{
color: #011E4A;
}
.AnyTagClassName
{
color: #011E4A;
}
</style>
background-color css
<style>
a { background-color: #011E4A; }
a { background-color: rgb(1,30,74); }
div.DivClassName
{
background-color: #011E4A;
}
.BgClassName
{
background-color: #011E4A;
}
</style>
border-color css
<style>
span { border-color: #011E4A; }
span { border-color: rgb(1,30,74); }
td.TdClassName
{
border-color: #011E4A;
}
.TagClassName
{
border-color: #011E4A;
}
</style>