Shades of Midnight Express #0D124B
Tints of Midnight Express #0D124B
RGB
CMYK
RGB Variations
Color information
#0D124B (or 0x0D124B) is known color: Midnight Express. HEX triplet: 0D, 12 and 4B. RGB value is (13,18,75). Sum of RGB (Red+Green+Blue) = 13+18+75=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D124B is #F2EDB4. Grayscale: #161616. Windows color (decimal): -15920565 or 4919821. OLE color: 4919821.
HSL color Cylindrical-coordinate representation of color #0D124B: hue angle of 235.16º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D124B is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 18 | 75 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.71 |
| HSL | 235.16º | 0.7% | 0.17% | - |
| HSV(B) | 235.16º | 0.83% | 0.29% | - |
| XYZ | 1.65 | 1.03 | 6.77 | - |
| YUV | 23 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 75 | 0.83 | 0.76 | 0 | 0.71 | 235.16 | 0.7 | 0.17 |
| Hex | D | 12 | 4B | 53 | 4C | 0 | 47 | EB | 46 | 11 |
| Octal | 15 | 22 | 113 | 123 | 114 | 0 | 107 | 353 | 106 | 21 |
| Binary | 1101 | 10010 | 1001011 | 1010011 | 1001100 | 0 | 1000111 | 11101011 | 1000110 | 10001 |
Color Harmonies of #0D124B
Complementary color
Monochromatic Colors of #0D124B
Black with #0D124B
Text Example
Text Example
White with #0D124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D124B; }
p { color: rgb(13,18,75); }
H1.HeaderClassName
{
color: #0D124B;
}
.AnyTagClassName
{
color: #0D124B;
}
</style>
background-color css
<style>
a { background-color: #0D124B; }
a { background-color: rgb(13,18,75); }
div.DivClassName
{
background-color: #0D124B;
}
.BgClassName
{
background-color: #0D124B;
}
</style>
border-color css
<style>
span { border-color: #0D124B; }
span { border-color: rgb(13,18,75); }
td.TdClassName
{
border-color: #0D124B;
}
.TagClassName
{
border-color: #0D124B;
}
</style>