Shades of Sapphire #000E5B
Tints of Sapphire #000E5B
RGB
CMYK
RGB Variations
Color information
#000E5B (or 0x000E5B) is known color: Sapphire. HEX triplet: 00, 0E and 5B. RGB value is (0,14,91). Sum of RGB (Red+Green+Blue) = 0+14+91=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #000E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E5B is #FFF1A4. Grayscale: #121212. Windows color (decimal): -16773541 or 5967360. OLE color: 5967360.
HSL color Cylindrical-coordinate representation of color #000E5B: hue angle of 230.77º 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 #000E5B is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 14 | 91 | - |
| CMYK | 1 | 0.85 | 0 | 0.64 |
| HSL | 230.77º | 1% | 0.18% | - |
| HSV(B) | 230.77º | 1% | 0.36% | - |
| XYZ | 2.05 | 1.07 | 10 | - |
| YUV | 18.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 91 | 1 | 0.85 | 0 | 0.64 | 230.77 | 1 | 0.18 |
| Hex | 0 | E | 5B | 64 | 55 | 0 | 40 | E7 | 64 | 12 |
| Octal | 0 | 16 | 133 | 144 | 125 | 0 | 100 | 347 | 144 | 22 |
| Binary | 0 | 1110 | 1011011 | 1100100 | 1010101 | 0 | 1000000 | 11100111 | 1100100 | 10010 |
Color Harmonies of #000E5B
Complementary color
Monochromatic Colors of #000E5B
Black with #000E5B
Text Example
Text Example
White with #000E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E5B; }
p { color: rgb(0,14,91); }
H1.HeaderClassName
{
color: #000E5B;
}
.AnyTagClassName
{
color: #000E5B;
}
</style>
background-color css
<style>
a { background-color: #000E5B; }
a { background-color: rgb(0,14,91); }
div.DivClassName
{
background-color: #000E5B;
}
.BgClassName
{
background-color: #000E5B;
}
</style>
border-color css
<style>
span { border-color: #000E5B; }
span { border-color: rgb(0,14,91); }
td.TdClassName
{
border-color: #000E5B;
}
.TagClassName
{
border-color: #000E5B;
}
</style>