Shades of Sapphire #001E71
Tints of Sapphire #001E71
RGB
CMYK
RGB Variations
Color information
#001E71 (or 0x001E71) is known color: Sapphire. HEX triplet: 00, 1E and 71. RGB value is (0,30,113). Sum of RGB (Red+Green+Blue) = 0+30+113=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #001E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E71 is #FFE18E. Grayscale: #1E1E1E. Windows color (decimal): -16769423 or 7413248. OLE color: 7413248.
HSL color Cylindrical-coordinate representation of color #001E71: hue angle of 224.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E71 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 30 | 113 | - |
| CMYK | 1 | 0.73 | 0 | 0.56 |
| HSL | 224.07º | 1% | 0.22% | - |
| HSV(B) | 224.07º | 1% | 0.44% | - |
| XYZ | 3.44 | 2.12 | 15.85 | - |
| YUV | 30.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 113 | 1 | 0.73 | 0 | 0.56 | 224.07 | 1 | 0.22 |
| Hex | 0 | 1E | 71 | 64 | 49 | 0 | 38 | E0 | 64 | 16 |
| Octal | 0 | 36 | 161 | 144 | 111 | 0 | 70 | 340 | 144 | 26 |
| Binary | 0 | 11110 | 1110001 | 1100100 | 1001001 | 0 | 111000 | 11100000 | 1100100 | 10110 |
Color Harmonies of #001E71
Complementary color
Monochromatic Colors of #001E71
Black with #001E71
Text Example
Text Example
White with #001E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E71; }
p { color: rgb(0,30,113); }
H1.HeaderClassName
{
color: #001E71;
}
.AnyTagClassName
{
color: #001E71;
}
</style>
background-color css
<style>
a { background-color: #001E71; }
a { background-color: rgb(0,30,113); }
div.DivClassName
{
background-color: #001E71;
}
.BgClassName
{
background-color: #001E71;
}
</style>
border-color css
<style>
span { border-color: #001E71; }
span { border-color: rgb(0,30,113); }
td.TdClassName
{
border-color: #001E71;
}
.TagClassName
{
border-color: #001E71;
}
</style>