Shades of Midnight Express #0D113D
Tints of Midnight Express #0D113D
RGB
CMYK
RGB Variations
Color information
#0D113D (or 0x0D113D) is known color: Midnight Express. HEX triplet: 0D, 11 and 3D. RGB value is (13,17,61). Sum of RGB (Red+Green+Blue) = 13+17+61=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D113D is #F2EEC2. Grayscale: #141414. Windows color (decimal): -15920835 or 4002061. OLE color: 4002061.
HSL color Cylindrical-coordinate representation of color #0D113D: hue angle of 235º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D113D is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 17 | 61 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.76 |
| HSL | 235º | 0.65% | 0.15% | - |
| HSV(B) | 235º | 0.79% | 0.24% | - |
| XYZ | 1.21 | 0.82 | 4.51 | - |
| YUV | 20.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 61 | 0.79 | 0.72 | 0 | 0.76 | 235 | 0.65 | 0.15 |
| Hex | D | 11 | 3D | 4F | 48 | 0 | 4C | EB | 41 | F |
| Octal | 15 | 21 | 75 | 117 | 110 | 0 | 114 | 353 | 101 | 17 |
| Binary | 1101 | 10001 | 111101 | 1001111 | 1001000 | 0 | 1001100 | 11101011 | 1000001 | 1111 |
Color Harmonies of #0D113D
Complementary color
Monochromatic Colors of #0D113D
Black with #0D113D
Text Example
Text Example
White with #0D113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D113D; }
p { color: rgb(13,17,61); }
H1.HeaderClassName
{
color: #0D113D;
}
.AnyTagClassName
{
color: #0D113D;
}
</style>
background-color css
<style>
a { background-color: #0D113D; }
a { background-color: rgb(13,17,61); }
div.DivClassName
{
background-color: #0D113D;
}
.BgClassName
{
background-color: #0D113D;
}
</style>
border-color css
<style>
span { border-color: #0D113D; }
span { border-color: rgb(13,17,61); }
td.TdClassName
{
border-color: #0D113D;
}
.TagClassName
{
border-color: #0D113D;
}
</style>