Shades of Sapphire #000E58
Tints of Sapphire #000E58
RGB
CMYK
RGB Variations
Color information
#000E58 (or 0x000E58) is known color: Sapphire. HEX triplet: 00, 0E and 58. RGB value is (0,14,88). Sum of RGB (Red+Green+Blue) = 0+14+88=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 88 (34.77% from 255 or 86.27% from 102); Max value from RGB is 88 - color contains mainly: blue. Hex color #000E58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E58 is #FFF1A7. Grayscale: #111111. Windows color (decimal): -16773544 or 5770752. OLE color: 5770752.
HSL color Cylindrical-coordinate representation of color #000E58: hue angle of 230.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E58 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 14 | 88 | - |
| CMYK | 1 | 0.84 | 0 | 0.65 |
| HSL | 230.45º | 1% | 0.17% | - |
| HSV(B) | 230.45º | 1% | 0.35% | - |
| XYZ | 1.92 | 1.02 | 9.33 | - |
| YUV | 18.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 88 | 1 | 0.84 | 0 | 0.65 | 230.45 | 1 | 0.17 |
| Hex | 0 | E | 58 | 64 | 54 | 0 | 41 | E6 | 64 | 11 |
| Octal | 0 | 16 | 130 | 144 | 124 | 0 | 101 | 346 | 144 | 21 |
| Binary | 0 | 1110 | 1011000 | 1100100 | 1010100 | 0 | 1000001 | 11100110 | 1100100 | 10001 |
Color Harmonies of #000E58
Complementary color
Monochromatic Colors of #000E58
Black with #000E58
Text Example
Text Example
White with #000E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E58; }
p { color: rgb(0,14,88); }
H1.HeaderClassName
{
color: #000E58;
}
.AnyTagClassName
{
color: #000E58;
}
</style>
background-color css
<style>
a { background-color: #000E58; }
a { background-color: rgb(0,14,88); }
div.DivClassName
{
background-color: #000E58;
}
.BgClassName
{
background-color: #000E58;
}
</style>
border-color css
<style>
span { border-color: #000E58; }
span { border-color: rgb(0,14,88); }
td.TdClassName
{
border-color: #000E58;
}
.TagClassName
{
border-color: #000E58;
}
</style>