Shades of Sapphire #001E72
Tints of Sapphire #001E72
RGB
CMYK
RGB Variations
Color information
#001E72 (or 0x001E72) is known color: Sapphire. HEX triplet: 00, 1E and 72. RGB value is (0,30,114). Sum of RGB (Red+Green+Blue) = 0+30+114=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #001E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E72 is #FFE18D. Grayscale: #1E1E1E. Windows color (decimal): -16769422 or 7478784. OLE color: 7478784.
HSL color Cylindrical-coordinate representation of color #001E72: hue angle of 224.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E72 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 30 | 114 | - |
| CMYK | 1 | 0.74 | 0 | 0.55 |
| HSL | 224.21º | 1% | 0.22% | - |
| HSV(B) | 224.21º | 1% | 0.45% | - |
| XYZ | 3.5 | 2.14 | 16.15 | - |
| YUV | 30.61 | 175.06 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 114 | 1 | 0.74 | 0 | 0.55 | 224.21 | 1 | 0.22 |
| Hex | 0 | 1E | 72 | 64 | 4A | 0 | 37 | E0 | 64 | 16 |
| Octal | 0 | 36 | 162 | 144 | 112 | 0 | 67 | 340 | 144 | 26 |
| Binary | 0 | 11110 | 1110010 | 1100100 | 1001010 | 0 | 110111 | 11100000 | 1100100 | 10110 |
Color Harmonies of #001E72
Complementary color
Monochromatic Colors of #001E72
Black with #001E72
Text Example
Text Example
White with #001E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E72; }
p { color: rgb(0,30,114); }
H1.HeaderClassName
{
color: #001E72;
}
.AnyTagClassName
{
color: #001E72;
}
</style>
background-color css
<style>
a { background-color: #001E72; }
a { background-color: rgb(0,30,114); }
div.DivClassName
{
background-color: #001E72;
}
.BgClassName
{
background-color: #001E72;
}
</style>
border-color css
<style>
span { border-color: #001E72; }
span { border-color: rgb(0,30,114); }
td.TdClassName
{
border-color: #001E72;
}
.TagClassName
{
border-color: #001E72;
}
</style>