Shades of Midnight Express #000D41
Tints of Midnight Express #000D41
RGB
CMYK
RGB Variations
Color information
#000D41 (or 0x000D41) is known color: Midnight Express. HEX triplet: 00, 0D and 41. RGB value is (0,13,65). Sum of RGB (Red+Green+Blue) = 0+13+65=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #000D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D41 is #FFF2BE. Grayscale: #0E0E0E. Windows color (decimal): -16773823 or 4263168. OLE color: 4263168.
HSL color Cylindrical-coordinate representation of color #000D41: hue angle of 228º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D41 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 13 | 65 | - |
| CMYK | 1 | 0.80 | 0 | 0.75 |
| HSL | 228º | 1% | 0.13% | - |
| HSV(B) | 228º | 1% | 0.25% | - |
| XYZ | 1.1 | 0.67 | 5.07 | - |
| YUV | 15.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 65 | 1 | 0.80 | 0 | 0.75 | 228 | 1 | 0.13 |
| Hex | 0 | D | 41 | 64 | 50 | 0 | 4B | E4 | 64 | D |
| Octal | 0 | 15 | 101 | 144 | 120 | 0 | 113 | 344 | 144 | 15 |
| Binary | 0 | 1101 | 1000001 | 1100100 | 1010000 | 0 | 1001011 | 11100100 | 1100100 | 1101 |
Color Harmonies of #000D41
Complementary color
Monochromatic Colors of #000D41
Black with #000D41
Text Example
Text Example
White with #000D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D41; }
p { color: rgb(0,13,65); }
H1.HeaderClassName
{
color: #000D41;
}
.AnyTagClassName
{
color: #000D41;
}
</style>
background-color css
<style>
a { background-color: #000D41; }
a { background-color: rgb(0,13,65); }
div.DivClassName
{
background-color: #000D41;
}
.BgClassName
{
background-color: #000D41;
}
</style>
border-color css
<style>
span { border-color: #000D41; }
span { border-color: rgb(0,13,65); }
td.TdClassName
{
border-color: #000D41;
}
.TagClassName
{
border-color: #000D41;
}
</style>