Shades of Midnight Express #0D1734
Tints of Midnight Express #0D1734
RGB
CMYK
RGB Variations
Color information
#0D1734 (or 0x0D1734) is known color: Midnight Express. HEX triplet: 0D, 17 and 34. RGB value is (13,23,52). Sum of RGB (Red+Green+Blue) = 13+23+52=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D1734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1734 is #F2E8CB. Grayscale: #171717. Windows color (decimal): -15919308 or 3413773. OLE color: 3413773.
HSL color Cylindrical-coordinate representation of color #0D1734: hue angle of 224.62º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1734 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 23 | 52 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.80 |
| HSL | 224.62º | 0.6% | 0.13% | - |
| HSV(B) | 224.62º | 0.75% | 0.2% | - |
| XYZ | 1.09 | 0.95 | 3.37 | - |
| YUV | 23.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 52 | 0.75 | 0.56 | 0 | 0.80 | 224.62 | 0.6 | 0.13 |
| Hex | D | 17 | 34 | 4B | 38 | 0 | 50 | E1 | 3C | D |
| Octal | 15 | 27 | 64 | 113 | 70 | 0 | 120 | 341 | 74 | 15 |
| Binary | 1101 | 10111 | 110100 | 1001011 | 111000 | 0 | 1010000 | 11100001 | 111100 | 1101 |
Color Harmonies of #0D1734
Complementary color
Monochromatic Colors of #0D1734
Black with #0D1734
Text Example
Text Example
White with #0D1734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1734; }
p { color: rgb(13,23,52); }
H1.HeaderClassName
{
color: #0D1734;
}
.AnyTagClassName
{
color: #0D1734;
}
</style>
background-color css
<style>
a { background-color: #0D1734; }
a { background-color: rgb(13,23,52); }
div.DivClassName
{
background-color: #0D1734;
}
.BgClassName
{
background-color: #0D1734;
}
</style>
border-color css
<style>
span { border-color: #0D1734; }
span { border-color: rgb(13,23,52); }
td.TdClassName
{
border-color: #0D1734;
}
.TagClassName
{
border-color: #0D1734;
}
</style>