Shades of Midnight Express #0D172B
Tints of Midnight Express #0D172B
RGB
CMYK
RGB Variations
Color information
#0D172B (or 0x0D172B) is known color: Midnight Express. HEX triplet: 0D, 17 and 2B. RGB value is (13,23,43). Sum of RGB (Red+Green+Blue) = 13+23+43=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #0D172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D172B is #F2E8D4. Grayscale: #161616. Windows color (decimal): -15919317 or 2823949. OLE color: 2823949.
HSL color Cylindrical-coordinate representation of color #0D172B: hue angle of 220º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D172B is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 13 | 23 | 43 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.83 |
| HSL | 220º | 0.54% | 0.11% | - |
| HSV(B) | 220º | 0.7% | 0.17% | - |
| XYZ | 0.91 | 0.87 | 2.41 | - |
| YUV | 22.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 43 | 0.70 | 0.47 | 0 | 0.83 | 220 | 0.54 | 0.11 |
| Hex | D | 17 | 2B | 46 | 2F | 0 | 53 | DC | 36 | B |
| Octal | 15 | 27 | 53 | 106 | 57 | 0 | 123 | 334 | 66 | 13 |
| Binary | 1101 | 10111 | 101011 | 1000110 | 101111 | 0 | 1010011 | 11011100 | 110110 | 1011 |
Color Harmonies of #0D172B
Complementary color
Monochromatic Colors of #0D172B
Black with #0D172B
Text Example
Text Example
White with #0D172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D172B; }
p { color: rgb(13,23,43); }
H1.HeaderClassName
{
color: #0D172B;
}
.AnyTagClassName
{
color: #0D172B;
}
</style>
background-color css
<style>
a { background-color: #0D172B; }
a { background-color: rgb(13,23,43); }
div.DivClassName
{
background-color: #0D172B;
}
.BgClassName
{
background-color: #0D172B;
}
</style>
border-color css
<style>
span { border-color: #0D172B; }
span { border-color: rgb(13,23,43); }
td.TdClassName
{
border-color: #0D172B;
}
.TagClassName
{
border-color: #0D172B;
}
</style>