Shades of Sapphire #000E5D
Tints of Sapphire #000E5D
RGB
CMYK
RGB Variations
Color information
#000E5D (or 0x000E5D) is known color: Sapphire. HEX triplet: 00, 0E and 5D. RGB value is (0,14,93). Sum of RGB (Red+Green+Blue) = 0+14+93=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #000E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E5D is #FFF1A2. Grayscale: #121212. Windows color (decimal): -16773539 or 6098432. OLE color: 6098432.
HSL color Cylindrical-coordinate representation of color #000E5D: hue angle of 230.97º 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 #000E5D is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 14 | 93 | - |
| CMYK | 1 | 0.85 | 0 | 0.64 |
| HSL | 230.97º | 1% | 0.18% | - |
| HSV(B) | 230.97º | 1% | 0.36% | - |
| XYZ | 2.13 | 1.1 | 10.46 | - |
| YUV | 18.82 | 169.86 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 93 | 1 | 0.85 | 0 | 0.64 | 230.97 | 1 | 0.18 |
| Hex | 0 | E | 5D | 64 | 55 | 0 | 40 | E7 | 64 | 12 |
| Octal | 0 | 16 | 135 | 144 | 125 | 0 | 100 | 347 | 144 | 22 |
| Binary | 0 | 1110 | 1011101 | 1100100 | 1010101 | 0 | 1000000 | 11100111 | 1100100 | 10010 |
Color Harmonies of #000E5D
Complementary color
Monochromatic Colors of #000E5D
Black with #000E5D
Text Example
Text Example
White with #000E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E5D; }
p { color: rgb(0,14,93); }
H1.HeaderClassName
{
color: #000E5D;
}
.AnyTagClassName
{
color: #000E5D;
}
</style>
background-color css
<style>
a { background-color: #000E5D; }
a { background-color: rgb(0,14,93); }
div.DivClassName
{
background-color: #000E5D;
}
.BgClassName
{
background-color: #000E5D;
}
</style>
border-color css
<style>
span { border-color: #000E5D; }
span { border-color: rgb(0,14,93); }
td.TdClassName
{
border-color: #000E5D;
}
.TagClassName
{
border-color: #000E5D;
}
</style>