Shades of Midnight Express #0D1042
Tints of Midnight Express #0D1042
RGB
CMYK
RGB Variations
Color information
#0D1042 (or 0x0D1042) is known color: Midnight Express. HEX triplet: 0D, 10 and 42. RGB value is (13,16,66). Sum of RGB (Red+Green+Blue) = 13+16+66=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #0D1042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1042 is #F2EFBD. Grayscale: #141414. Windows color (decimal): -15921086 or 4329485. OLE color: 4329485.
HSL color Cylindrical-coordinate representation of color #0D1042: hue angle of 236.6º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D1042 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 16 | 66 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.74 |
| HSL | 236.6º | 0.67% | 0.15% | - |
| HSV(B) | 236.6º | 0.8% | 0.26% | - |
| XYZ | 1.33 | 0.85 | 5.25 | - |
| YUV | 20.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 66 | 0.80 | 0.76 | 0 | 0.74 | 236.6 | 0.67 | 0.15 |
| Hex | D | 10 | 42 | 50 | 4C | 0 | 4A | ED | 43 | F |
| Octal | 15 | 20 | 102 | 120 | 114 | 0 | 112 | 355 | 103 | 17 |
| Binary | 1101 | 10000 | 1000010 | 1010000 | 1001100 | 0 | 1001010 | 11101101 | 1000011 | 1111 |
Color Harmonies of #0D1042
Complementary color
Monochromatic Colors of #0D1042
Black with #0D1042
Text Example
Text Example
White with #0D1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1042; }
p { color: rgb(13,16,66); }
H1.HeaderClassName
{
color: #0D1042;
}
.AnyTagClassName
{
color: #0D1042;
}
</style>
background-color css
<style>
a { background-color: #0D1042; }
a { background-color: rgb(13,16,66); }
div.DivClassName
{
background-color: #0D1042;
}
.BgClassName
{
background-color: #0D1042;
}
</style>
border-color css
<style>
span { border-color: #0D1042; }
span { border-color: rgb(13,16,66); }
td.TdClassName
{
border-color: #0D1042;
}
.TagClassName
{
border-color: #0D1042;
}
</style>