Shades of Dark Blue #000E8B
Tints of Dark Blue #000E8B
RGB
CMYK
RGB Variations
Color information
#000E8B (or 0x000E8B) is known color: Dark Blue. HEX triplet: 00, 0E and 8B. RGB value is (0,14,139). Sum of RGB (Red+Green+Blue) = 0+14+139=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 139 (54.69% from 255 or 90.85% from 153); Max value from RGB is 139 - color contains mainly: blue. Hex color #000E8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E8B is #FFF174. Grayscale: #171717. Windows color (decimal): -16773493 or 9113088. OLE color: 9113088.
HSL color Cylindrical-coordinate representation of color #000E8B: hue angle of 233.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E8B is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 14 | 139 | - |
| CMYK | 1 | 0.90 | 0 | 0.45 |
| HSL | 233.96º | 1% | 0.27% | - |
| HSV(B) | 233.96º | 1% | 0.55% | - |
| XYZ | 4.82 | 2.18 | 24.59 | - |
| YUV | 24.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 139 | 1 | 0.90 | 0 | 0.45 | 233.96 | 1 | 0.27 |
| Hex | 0 | E | 8B | 64 | 5A | 0 | 2D | EA | 64 | 1B |
| Octal | 0 | 16 | 213 | 144 | 132 | 0 | 55 | 352 | 144 | 33 |
| Binary | 0 | 1110 | 10001011 | 1100100 | 1011010 | 0 | 101101 | 11101010 | 1100100 | 11011 |
Color Harmonies of #000E8B
Complementary color
Monochromatic Colors of #000E8B
Black with #000E8B
Text Example
Text Example
White with #000E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E8B; }
p { color: rgb(0,14,139); }
H1.HeaderClassName
{
color: #000E8B;
}
.AnyTagClassName
{
color: #000E8B;
}
</style>
background-color css
<style>
a { background-color: #000E8B; }
a { background-color: rgb(0,14,139); }
div.DivClassName
{
background-color: #000E8B;
}
.BgClassName
{
background-color: #000E8B;
}
</style>
border-color css
<style>
span { border-color: #000E8B; }
span { border-color: rgb(0,14,139); }
td.TdClassName
{
border-color: #000E8B;
}
.TagClassName
{
border-color: #000E8B;
}
</style>