Shades of Midnight Express #0D162D
Tints of Midnight Express #0D162D
RGB
CMYK
RGB Variations
Color information
#0D162D (or 0x0D162D) is known color: Midnight Express. HEX triplet: 0D, 16 and 2D. RGB value is (13,22,45). Sum of RGB (Red+Green+Blue) = 13+22+45=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D162D is #F2E9D2. Grayscale: #151515. Windows color (decimal): -15919571 or 2954765. OLE color: 2954765.
HSL color Cylindrical-coordinate representation of color #0D162D: hue angle of 223.12º 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 #0D162D is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 22 | 45 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.82 |
| HSL | 223.13º | 0.55% | 0.11% | - |
| HSV(B) | 223.13º | 0.71% | 0.18% | - |
| XYZ | 0.93 | 0.85 | 2.6 | - |
| YUV | 21.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 45 | 0.71 | 0.51 | 0 | 0.82 | 223.13 | 0.55 | 0.11 |
| Hex | D | 16 | 2D | 47 | 33 | 0 | 52 | DF | 37 | B |
| Octal | 15 | 26 | 55 | 107 | 63 | 0 | 122 | 337 | 67 | 13 |
| Binary | 1101 | 10110 | 101101 | 1000111 | 110011 | 0 | 1010010 | 11011111 | 110111 | 1011 |
Color Harmonies of #0D162D
Complementary color
Monochromatic Colors of #0D162D
Black with #0D162D
Text Example
Text Example
White with #0D162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D162D; }
p { color: rgb(13,22,45); }
H1.HeaderClassName
{
color: #0D162D;
}
.AnyTagClassName
{
color: #0D162D;
}
</style>
background-color css
<style>
a { background-color: #0D162D; }
a { background-color: rgb(13,22,45); }
div.DivClassName
{
background-color: #0D162D;
}
.BgClassName
{
background-color: #0D162D;
}
</style>
border-color css
<style>
span { border-color: #0D162D; }
span { border-color: rgb(13,22,45); }
td.TdClassName
{
border-color: #0D162D;
}
.TagClassName
{
border-color: #0D162D;
}
</style>