Shades of Midnight Express #000D2E
Tints of Midnight Express #000D2E
RGB
CMYK
RGB Variations
Color information
#000D2E (or 0x000D2E) is known color: Midnight Express. HEX triplet: 00, 0D and 2E. RGB value is (0,13,46). Sum of RGB (Red+Green+Blue) = 0+13+46=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 46 (18.36% from 255 or 77.97% from 59); Max value from RGB is 46 - color contains mainly: blue. Hex color #000D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D2E is #FFF2D1. Grayscale: #0C0C0C. Windows color (decimal): -16773842 or 3017984. OLE color: 3017984.
HSL color Cylindrical-coordinate representation of color #000D2E: hue angle of 223.04º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D2E is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 13 | 46 | - |
| CMYK | 1 | 0.72 | 0 | 0.82 |
| HSL | 223.04º | 1% | 0.09% | - |
| HSV(B) | 223.04º | 1% | 0.18% | - |
| XYZ | 0.64 | 0.49 | 2.64 | - |
| YUV | 12.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 46 | 1 | 0.72 | 0 | 0.82 | 223.04 | 1 | 0.09 |
| Hex | 0 | D | 2E | 64 | 48 | 0 | 52 | DF | 64 | 9 |
| Octal | 0 | 15 | 56 | 144 | 110 | 0 | 122 | 337 | 144 | 11 |
| Binary | 0 | 1101 | 101110 | 1100100 | 1001000 | 0 | 1010010 | 11011111 | 1100100 | 1001 |
Color Harmonies of #000D2E
Complementary color
Monochromatic Colors of #000D2E
Black with #000D2E
Text Example
Text Example
White with #000D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D2E; }
p { color: rgb(0,13,46); }
H1.HeaderClassName
{
color: #000D2E;
}
.AnyTagClassName
{
color: #000D2E;
}
</style>
background-color css
<style>
a { background-color: #000D2E; }
a { background-color: rgb(0,13,46); }
div.DivClassName
{
background-color: #000D2E;
}
.BgClassName
{
background-color: #000D2E;
}
</style>
border-color css
<style>
span { border-color: #000D2E; }
span { border-color: rgb(0,13,46); }
td.TdClassName
{
border-color: #000D2E;
}
.TagClassName
{
border-color: #000D2E;
}
</style>