Shades of Midnight Express #0D2146
Tints of Midnight Express #0D2146
RGB
CMYK
RGB Variations
Color information
#0D2146 (or 0x0D2146) is known color: Midnight Express. HEX triplet: 0D, 21 and 46. RGB value is (13,33,70). Sum of RGB (Red+Green+Blue) = 13+33+70=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D2146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2146 is #F2DEB9. Grayscale: #1F1F1F. Windows color (decimal): -15916730 or 4595981. OLE color: 4595981.
HSL color Cylindrical-coordinate representation of color #0D2146: hue angle of 218.95º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2146 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 33 | 70 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.73 |
| HSL | 218.95º | 0.69% | 0.16% | - |
| HSV(B) | 218.95º | 0.81% | 0.27% | - |
| XYZ | 1.82 | 1.62 | 6.01 | - |
| YUV | 31.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 70 | 0.81 | 0.53 | 0 | 0.73 | 218.95 | 0.69 | 0.16 |
| Hex | D | 21 | 46 | 51 | 35 | 0 | 49 | DB | 45 | 10 |
| Octal | 15 | 41 | 106 | 121 | 65 | 0 | 111 | 333 | 105 | 20 |
| Binary | 1101 | 100001 | 1000110 | 1010001 | 110101 | 0 | 1001001 | 11011011 | 1000101 | 10000 |
Color Harmonies of #0D2146
Complementary color
Monochromatic Colors of #0D2146
Black with #0D2146
Text Example
Text Example
White with #0D2146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2146; }
p { color: rgb(13,33,70); }
H1.HeaderClassName
{
color: #0D2146;
}
.AnyTagClassName
{
color: #0D2146;
}
</style>
background-color css
<style>
a { background-color: #0D2146; }
a { background-color: rgb(13,33,70); }
div.DivClassName
{
background-color: #0D2146;
}
.BgClassName
{
background-color: #0D2146;
}
</style>
border-color css
<style>
span { border-color: #0D2146; }
span { border-color: rgb(13,33,70); }
td.TdClassName
{
border-color: #0D2146;
}
.TagClassName
{
border-color: #0D2146;
}
</style>