Shades of Sapphire #001E74
Tints of Sapphire #001E74
RGB
CMYK
RGB Variations
Color information
#001E74 (or 0x001E74) is known color: Sapphire. HEX triplet: 00, 1E and 74. RGB value is (0,30,116). Sum of RGB (Red+Green+Blue) = 0+30+116=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #001E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E74 is #FFE18B. Grayscale: #1E1E1E. Windows color (decimal): -16769420 or 7609856. OLE color: 7609856.
HSL color Cylindrical-coordinate representation of color #001E74: hue angle of 224.48º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E74 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 30 | 116 | - |
| CMYK | 1 | 0.74 | 0 | 0.55 |
| HSL | 224.48º | 1% | 0.23% | - |
| HSV(B) | 224.48º | 1% | 0.45% | - |
| XYZ | 3.62 | 2.19 | 16.75 | - |
| YUV | 30.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 116 | 1 | 0.74 | 0 | 0.55 | 224.48 | 1 | 0.23 |
| Hex | 0 | 1E | 74 | 64 | 4A | 0 | 37 | E0 | 64 | 17 |
| Octal | 0 | 36 | 164 | 144 | 112 | 0 | 67 | 340 | 144 | 27 |
| Binary | 0 | 11110 | 1110100 | 1100100 | 1001010 | 0 | 110111 | 11100000 | 1100100 | 10111 |
Color Harmonies of #001E74
Complementary color
Monochromatic Colors of #001E74
Black with #001E74
Text Example
Text Example
White with #001E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E74; }
p { color: rgb(0,30,116); }
H1.HeaderClassName
{
color: #001E74;
}
.AnyTagClassName
{
color: #001E74;
}
</style>
background-color css
<style>
a { background-color: #001E74; }
a { background-color: rgb(0,30,116); }
div.DivClassName
{
background-color: #001E74;
}
.BgClassName
{
background-color: #001E74;
}
</style>
border-color css
<style>
span { border-color: #001E74; }
span { border-color: rgb(0,30,116); }
td.TdClassName
{
border-color: #001E74;
}
.TagClassName
{
border-color: #001E74;
}
</style>