Shades of Midnight Express #000D45
Tints of Midnight Express #000D45
RGB
CMYK
RGB Variations
Color information
#000D45 (or 0x000D45) is known color: Midnight Express. HEX triplet: 00, 0D and 45. RGB value is (0,13,69). Sum of RGB (Red+Green+Blue) = 0+13+69=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 69 (27.34% from 255 or 84.15% from 82); Max value from RGB is 69 - color contains mainly: blue. Hex color #000D45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D45 is #FFF2BA. Grayscale: #0F0F0F. Windows color (decimal): -16773819 or 4525312. OLE color: 4525312.
HSL color Cylindrical-coordinate representation of color #000D45: hue angle of 228.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D45 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 13 | 69 | - |
| CMYK | 1 | 0.81 | 0 | 0.73 |
| HSL | 228.7º | 1% | 0.14% | - |
| HSV(B) | 228.7º | 1% | 0.27% | - |
| XYZ | 1.22 | 0.72 | 5.7 | - |
| YUV | 15.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 69 | 1 | 0.81 | 0 | 0.73 | 228.7 | 1 | 0.14 |
| Hex | 0 | D | 45 | 64 | 51 | 0 | 49 | E5 | 64 | E |
| Octal | 0 | 15 | 105 | 144 | 121 | 0 | 111 | 345 | 144 | 16 |
| Binary | 0 | 1101 | 1000101 | 1100100 | 1010001 | 0 | 1001001 | 11100101 | 1100100 | 1110 |
Color Harmonies of #000D45
Complementary color
Monochromatic Colors of #000D45
Black with #000D45
Text Example
Text Example
White with #000D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D45; }
p { color: rgb(0,13,69); }
H1.HeaderClassName
{
color: #000D45;
}
.AnyTagClassName
{
color: #000D45;
}
</style>
background-color css
<style>
a { background-color: #000D45; }
a { background-color: rgb(0,13,69); }
div.DivClassName
{
background-color: #000D45;
}
.BgClassName
{
background-color: #000D45;
}
</style>
border-color css
<style>
span { border-color: #000D45; }
span { border-color: rgb(0,13,69); }
td.TdClassName
{
border-color: #000D45;
}
.TagClassName
{
border-color: #000D45;
}
</style>