Shades of Dark Blue #000E87
Tints of Dark Blue #000E87
RGB
CMYK
RGB Variations
Color information
#000E87 (or 0x000E87) is known color: Dark Blue. HEX triplet: 00, 0E and 87. RGB value is (0,14,135). Sum of RGB (Red+Green+Blue) = 0+14+135=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 135 (53.12% from 255 or 90.60% from 149); Max value from RGB is 135 - color contains mainly: blue. Hex color #000E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E87 is #FFF178. Grayscale: #171717. Windows color (decimal): -16773497 or 8850944. OLE color: 8850944.
HSL color Cylindrical-coordinate representation of color #000E87: hue angle of 233.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E87 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 14 | 135 | - |
| CMYK | 1 | 0.90 | 0 | 0.47 |
| HSL | 233.78º | 1% | 0.26% | - |
| HSV(B) | 233.78º | 1% | 0.53% | - |
| XYZ | 4.53 | 2.06 | 23.08 | - |
| YUV | 23.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 135 | 1 | 0.90 | 0 | 0.47 | 233.78 | 1 | 0.26 |
| Hex | 0 | E | 87 | 64 | 5A | 0 | 2F | EA | 64 | 1A |
| Octal | 0 | 16 | 207 | 144 | 132 | 0 | 57 | 352 | 144 | 32 |
| Binary | 0 | 1110 | 10000111 | 1100100 | 1011010 | 0 | 101111 | 11101010 | 1100100 | 11010 |
Color Harmonies of #000E87
Complementary color
Monochromatic Colors of #000E87
Black with #000E87
Text Example
Text Example
White with #000E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E87; }
p { color: rgb(0,14,135); }
H1.HeaderClassName
{
color: #000E87;
}
.AnyTagClassName
{
color: #000E87;
}
</style>
background-color css
<style>
a { background-color: #000E87; }
a { background-color: rgb(0,14,135); }
div.DivClassName
{
background-color: #000E87;
}
.BgClassName
{
background-color: #000E87;
}
</style>
border-color css
<style>
span { border-color: #000E87; }
span { border-color: rgb(0,14,135); }
td.TdClassName
{
border-color: #000E87;
}
.TagClassName
{
border-color: #000E87;
}
</style>