Shades of Sapphire #001E5D
Tints of Sapphire #001E5D
RGB
CMYK
RGB Variations
Color information
#001E5D (or 0x001E5D) is known color: Sapphire. HEX triplet: 00, 1E and 5D. RGB value is (0,30,93). Sum of RGB (Red+Green+Blue) = 0+30+93=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #001E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E5D is #FFE1A2. Grayscale: #1B1B1B. Windows color (decimal): -16769443 or 6102528. OLE color: 6102528.
HSL color Cylindrical-coordinate representation of color #001E5D: hue angle of 220.65º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E5D is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 30 | 93 | - |
| CMYK | 1 | 0.68 | 0 | 0.64 |
| HSL | 220.65º | 1% | 0.18% | - |
| HSV(B) | 220.65º | 1% | 0.36% | - |
| XYZ | 2.44 | 1.72 | 10.56 | - |
| YUV | 28.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 93 | 1 | 0.68 | 0 | 0.64 | 220.65 | 1 | 0.18 |
| Hex | 0 | 1E | 5D | 64 | 44 | 0 | 40 | DD | 64 | 12 |
| Octal | 0 | 36 | 135 | 144 | 104 | 0 | 100 | 335 | 144 | 22 |
| Binary | 0 | 11110 | 1011101 | 1100100 | 1000100 | 0 | 1000000 | 11011101 | 1100100 | 10010 |
Color Harmonies of #001E5D
Complementary color
Monochromatic Colors of #001E5D
Black with #001E5D
Text Example
Text Example
White with #001E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E5D; }
p { color: rgb(0,30,93); }
H1.HeaderClassName
{
color: #001E5D;
}
.AnyTagClassName
{
color: #001E5D;
}
</style>
background-color css
<style>
a { background-color: #001E5D; }
a { background-color: rgb(0,30,93); }
div.DivClassName
{
background-color: #001E5D;
}
.BgClassName
{
background-color: #001E5D;
}
</style>
border-color css
<style>
span { border-color: #001E5D; }
span { border-color: rgb(0,30,93); }
td.TdClassName
{
border-color: #001E5D;
}
.TagClassName
{
border-color: #001E5D;
}
</style>