Shades of Midnight Express #0D172E
Tints of Midnight Express #0D172E
RGB
CMYK
RGB Variations
Color information
#0D172E (or 0x0D172E) is known color: Midnight Express. HEX triplet: 0D, 17 and 2E. RGB value is (13,23,46). Sum of RGB (Red+Green+Blue) = 13+23+46=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D172E is #F2E8D1. Grayscale: #161616. Windows color (decimal): -15919314 or 3020557. OLE color: 3020557.
HSL color Cylindrical-coordinate representation of color #0D172E: hue angle of 221.82º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D172E is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 23 | 46 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.82 |
| HSL | 221.82º | 0.56% | 0.12% | - |
| HSV(B) | 221.82º | 0.72% | 0.18% | - |
| XYZ | 0.97 | 0.9 | 2.71 | - |
| YUV | 22.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 46 | 0.72 | 0.50 | 0 | 0.82 | 221.82 | 0.56 | 0.12 |
| Hex | D | 17 | 2E | 48 | 32 | 0 | 52 | DE | 38 | C |
| Octal | 15 | 27 | 56 | 110 | 62 | 0 | 122 | 336 | 70 | 14 |
| Binary | 1101 | 10111 | 101110 | 1001000 | 110010 | 0 | 1010010 | 11011110 | 111000 | 1100 |
Color Harmonies of #0D172E
Complementary color
Monochromatic Colors of #0D172E
Black with #0D172E
Text Example
Text Example
White with #0D172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D172E; }
p { color: rgb(13,23,46); }
H1.HeaderClassName
{
color: #0D172E;
}
.AnyTagClassName
{
color: #0D172E;
}
</style>
background-color css
<style>
a { background-color: #0D172E; }
a { background-color: rgb(13,23,46); }
div.DivClassName
{
background-color: #0D172E;
}
.BgClassName
{
background-color: #0D172E;
}
</style>
border-color css
<style>
span { border-color: #0D172E; }
span { border-color: rgb(13,23,46); }
td.TdClassName
{
border-color: #0D172E;
}
.TagClassName
{
border-color: #0D172E;
}
</style>