Shades of Midnight Express #0D182D
Tints of Midnight Express #0D182D
RGB
CMYK
RGB Variations
Color information
#0D182D (or 0x0D182D) is known color: Midnight Express. HEX triplet: 0D, 18 and 2D. RGB value is (13,24,45). Sum of RGB (Red+Green+Blue) = 13+24+45=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D182D is #F2E7D2. Grayscale: #171717. Windows color (decimal): -15919059 or 2955277. OLE color: 2955277.
HSL color Cylindrical-coordinate representation of color #0D182D: hue angle of 219.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D182D is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 24 | 45 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.82 |
| HSL | 219.38º | 0.55% | 0.11% | - |
| HSV(B) | 219.38º | 0.71% | 0.18% | - |
| XYZ | 0.97 | 0.93 | 2.61 | - |
| YUV | 23.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 45 | 0.71 | 0.47 | 0 | 0.82 | 219.38 | 0.55 | 0.11 |
| Hex | D | 18 | 2D | 47 | 2F | 0 | 52 | DB | 37 | B |
| Octal | 15 | 30 | 55 | 107 | 57 | 0 | 122 | 333 | 67 | 13 |
| Binary | 1101 | 11000 | 101101 | 1000111 | 101111 | 0 | 1010010 | 11011011 | 110111 | 1011 |
Color Harmonies of #0D182D
Complementary color
Monochromatic Colors of #0D182D
Black with #0D182D
Text Example
Text Example
White with #0D182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D182D; }
p { color: rgb(13,24,45); }
H1.HeaderClassName
{
color: #0D182D;
}
.AnyTagClassName
{
color: #0D182D;
}
</style>
background-color css
<style>
a { background-color: #0D182D; }
a { background-color: rgb(13,24,45); }
div.DivClassName
{
background-color: #0D182D;
}
.BgClassName
{
background-color: #0D182D;
}
</style>
border-color css
<style>
span { border-color: #0D182D; }
span { border-color: rgb(13,24,45); }
td.TdClassName
{
border-color: #0D182D;
}
.TagClassName
{
border-color: #0D182D;
}
</style>