Shades of Midnight Express #0D1745
Tints of Midnight Express #0D1745
RGB
CMYK
RGB Variations
Color information
#0D1745 (or 0x0D1745) is known color: Midnight Express. HEX triplet: 0D, 17 and 45. RGB value is (13,23,69). Sum of RGB (Red+Green+Blue) = 13+23+69=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D1745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1745 is #F2E8BA. Grayscale: #191919. Windows color (decimal): -15919291 or 4527885. OLE color: 4527885.
HSL color Cylindrical-coordinate representation of color #0D1745: hue angle of 229.29º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D1745 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 23 | 69 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.73 |
| HSL | 229.29º | 0.68% | 0.16% | - |
| HSV(B) | 229.29º | 0.81% | 0.27% | - |
| XYZ | 1.55 | 1.13 | 5.77 | - |
| YUV | 25.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 69 | 0.81 | 0.67 | 0 | 0.73 | 229.29 | 0.68 | 0.16 |
| Hex | D | 17 | 45 | 51 | 43 | 0 | 49 | E5 | 44 | 10 |
| Octal | 15 | 27 | 105 | 121 | 103 | 0 | 111 | 345 | 104 | 20 |
| Binary | 1101 | 10111 | 1000101 | 1010001 | 1000011 | 0 | 1001001 | 11100101 | 1000100 | 10000 |
Color Harmonies of #0D1745
Complementary color
Monochromatic Colors of #0D1745
Black with #0D1745
Text Example
Text Example
White with #0D1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1745; }
p { color: rgb(13,23,69); }
H1.HeaderClassName
{
color: #0D1745;
}
.AnyTagClassName
{
color: #0D1745;
}
</style>
background-color css
<style>
a { background-color: #0D1745; }
a { background-color: rgb(13,23,69); }
div.DivClassName
{
background-color: #0D1745;
}
.BgClassName
{
background-color: #0D1745;
}
</style>
border-color css
<style>
span { border-color: #0D1745; }
span { border-color: rgb(13,23,69); }
td.TdClassName
{
border-color: #0D1745;
}
.TagClassName
{
border-color: #0D1745;
}
</style>