Shades of Midnight Express #0D1635
Tints of Midnight Express #0D1635
RGB
CMYK
RGB Variations
Color information
#0D1635 (or 0x0D1635) is known color: Midnight Express. HEX triplet: 0D, 16 and 35. RGB value is (13,22,53). Sum of RGB (Red+Green+Blue) = 13+22+53=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D1635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1635 is #F2E9CA. Grayscale: #161616. Windows color (decimal): -15919563 or 3479053. OLE color: 3479053.
HSL color Cylindrical-coordinate representation of color #0D1635: hue angle of 226.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1635 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 22 | 53 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.79 |
| HSL | 226.5º | 0.61% | 0.13% | - |
| HSV(B) | 226.5º | 0.75% | 0.21% | - |
| XYZ | 1.1 | 0.92 | 3.49 | - |
| YUV | 22.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 53 | 0.75 | 0.58 | 0 | 0.79 | 226.5 | 0.61 | 0.13 |
| Hex | D | 16 | 35 | 4B | 3A | 0 | 4F | E2 | 3D | D |
| Octal | 15 | 26 | 65 | 113 | 72 | 0 | 117 | 342 | 75 | 15 |
| Binary | 1101 | 10110 | 110101 | 1001011 | 111010 | 0 | 1001111 | 11100010 | 111101 | 1101 |
Color Harmonies of #0D1635
Complementary color
Monochromatic Colors of #0D1635
Black with #0D1635
Text Example
Text Example
White with #0D1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1635; }
p { color: rgb(13,22,53); }
H1.HeaderClassName
{
color: #0D1635;
}
.AnyTagClassName
{
color: #0D1635;
}
</style>
background-color css
<style>
a { background-color: #0D1635; }
a { background-color: rgb(13,22,53); }
div.DivClassName
{
background-color: #0D1635;
}
.BgClassName
{
background-color: #0D1635;
}
</style>
border-color css
<style>
span { border-color: #0D1635; }
span { border-color: rgb(13,22,53); }
td.TdClassName
{
border-color: #0D1635;
}
.TagClassName
{
border-color: #0D1635;
}
</style>