Shades of Sapphire #001E45
Tints of Sapphire #001E45
RGB
CMYK
RGB Variations
Color information
#001E45 (or 0x001E45) is known color: Sapphire. HEX triplet: 00, 1E and 45. RGB value is (0,30,69). Sum of RGB (Red+Green+Blue) = 0+30+69=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #001E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E45 is #FFE1BA. Grayscale: #191919. Windows color (decimal): -16769467 or 4529664. OLE color: 4529664.
HSL color Cylindrical-coordinate representation of color #001E45: hue angle of 213.91º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E45 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 30 | 69 | - |
| CMYK | 1 | 0.57 | 0 | 0.73 |
| HSL | 213.91º | 1% | 0.14% | - |
| HSV(B) | 213.91º | 1% | 0.27% | - |
| XYZ | 1.54 | 1.36 | 5.81 | - |
| YUV | 25.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 69 | 1 | 0.57 | 0 | 0.73 | 213.91 | 1 | 0.14 |
| Hex | 0 | 1E | 45 | 64 | 39 | 0 | 49 | D6 | 64 | E |
| Octal | 0 | 36 | 105 | 144 | 71 | 0 | 111 | 326 | 144 | 16 |
| Binary | 0 | 11110 | 1000101 | 1100100 | 111001 | 0 | 1001001 | 11010110 | 1100100 | 1110 |
Color Harmonies of #001E45
Complementary color
Monochromatic Colors of #001E45
Black with #001E45
Text Example
Text Example
White with #001E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E45; }
p { color: rgb(0,30,69); }
H1.HeaderClassName
{
color: #001E45;
}
.AnyTagClassName
{
color: #001E45;
}
</style>
background-color css
<style>
a { background-color: #001E45; }
a { background-color: rgb(0,30,69); }
div.DivClassName
{
background-color: #001E45;
}
.BgClassName
{
background-color: #001E45;
}
</style>
border-color css
<style>
span { border-color: #001E45; }
span { border-color: rgb(0,30,69); }
td.TdClassName
{
border-color: #001E45;
}
.TagClassName
{
border-color: #001E45;
}
</style>