Shades of Midnight Express #0D1D34
Tints of Midnight Express #0D1D34
RGB
CMYK
RGB Variations
Color information
#0D1D34 (or 0x0D1D34) is known color: Midnight Express. HEX triplet: 0D, 1D and 34. RGB value is (13,29,52). Sum of RGB (Red+Green+Blue) = 13+29+52=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D1D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D34 is #F2E2CB. Grayscale: #1A1A1A. Windows color (decimal): -15917772 or 3415309. OLE color: 3415309.
HSL color Cylindrical-coordinate representation of color #0D1D34: hue angle of 215.38º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1D34 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 29 | 52 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.80 |
| HSL | 215.38º | 0.6% | 0.13% | - |
| HSV(B) | 215.38º | 0.75% | 0.2% | - |
| XYZ | 1.23 | 1.21 | 3.42 | - |
| YUV | 26.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 52 | 0.75 | 0.44 | 0 | 0.80 | 215.38 | 0.6 | 0.13 |
| Hex | D | 1D | 34 | 4B | 2C | 0 | 50 | D7 | 3C | D |
| Octal | 15 | 35 | 64 | 113 | 54 | 0 | 120 | 327 | 74 | 15 |
| Binary | 1101 | 11101 | 110100 | 1001011 | 101100 | 0 | 1010000 | 11010111 | 111100 | 1101 |
Color Harmonies of #0D1D34
Complementary color
Monochromatic Colors of #0D1D34
Black with #0D1D34
Text Example
Text Example
White with #0D1D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D34; }
p { color: rgb(13,29,52); }
H1.HeaderClassName
{
color: #0D1D34;
}
.AnyTagClassName
{
color: #0D1D34;
}
</style>
background-color css
<style>
a { background-color: #0D1D34; }
a { background-color: rgb(13,29,52); }
div.DivClassName
{
background-color: #0D1D34;
}
.BgClassName
{
background-color: #0D1D34;
}
</style>
border-color css
<style>
span { border-color: #0D1D34; }
span { border-color: rgb(13,29,52); }
td.TdClassName
{
border-color: #0D1D34;
}
.TagClassName
{
border-color: #0D1D34;
}
</style>