Shades of Midnight Express #0D1F45
Tints of Midnight Express #0D1F45
RGB
CMYK
RGB Variations
Color information
#0D1F45 (or 0x0D1F45) is known color: Midnight Express. HEX triplet: 0D, 1F and 45. RGB value is (13,31,69). Sum of RGB (Red+Green+Blue) = 13+31+69=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D1F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F45 is #F2E0BA. Grayscale: #1D1D1D. Windows color (decimal): -15917243 or 4529933. OLE color: 4529933.
HSL color Cylindrical-coordinate representation of color #0D1F45: hue angle of 220.71º 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 #0D1F45 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 31 | 69 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.73 |
| HSL | 220.71º | 0.68% | 0.16% | - |
| HSV(B) | 220.71º | 0.81% | 0.27% | - |
| XYZ | 1.73 | 1.5 | 5.83 | - |
| YUV | 29.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 69 | 0.81 | 0.55 | 0 | 0.73 | 220.71 | 0.68 | 0.16 |
| Hex | D | 1F | 45 | 51 | 37 | 0 | 49 | DD | 44 | 10 |
| Octal | 15 | 37 | 105 | 121 | 67 | 0 | 111 | 335 | 104 | 20 |
| Binary | 1101 | 11111 | 1000101 | 1010001 | 110111 | 0 | 1001001 | 11011101 | 1000100 | 10000 |
Color Harmonies of #0D1F45
Complementary color
Monochromatic Colors of #0D1F45
Black with #0D1F45
Text Example
Text Example
White with #0D1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F45; }
p { color: rgb(13,31,69); }
H1.HeaderClassName
{
color: #0D1F45;
}
.AnyTagClassName
{
color: #0D1F45;
}
</style>
background-color css
<style>
a { background-color: #0D1F45; }
a { background-color: rgb(13,31,69); }
div.DivClassName
{
background-color: #0D1F45;
}
.BgClassName
{
background-color: #0D1F45;
}
</style>
border-color css
<style>
span { border-color: #0D1F45; }
span { border-color: rgb(13,31,69); }
td.TdClassName
{
border-color: #0D1F45;
}
.TagClassName
{
border-color: #0D1F45;
}
</style>