Shades of Midnight Express #0D2143
Tints of Midnight Express #0D2143
RGB
CMYK
RGB Variations
Color information
#0D2143 (or 0x0D2143) is known color: Midnight Express. HEX triplet: 0D, 21 and 43. RGB value is (13,33,67). Sum of RGB (Red+Green+Blue) = 13+33+67=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D2143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2143 is #F2DEBC. Grayscale: #1E1E1E. Windows color (decimal): -15916733 or 4399373. OLE color: 4399373.
HSL color Cylindrical-coordinate representation of color #0D2143: hue angle of 217.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2143 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 33 | 67 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.74 |
| HSL | 217.78º | 0.68% | 0.16% | - |
| HSV(B) | 217.78º | 0.81% | 0.26% | - |
| XYZ | 1.72 | 1.58 | 5.52 | - |
| YUV | 30.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 67 | 0.81 | 0.51 | 0 | 0.74 | 217.78 | 0.68 | 0.16 |
| Hex | D | 21 | 43 | 51 | 33 | 0 | 4A | DA | 44 | 10 |
| Octal | 15 | 41 | 103 | 121 | 63 | 0 | 112 | 332 | 104 | 20 |
| Binary | 1101 | 100001 | 1000011 | 1010001 | 110011 | 0 | 1001010 | 11011010 | 1000100 | 10000 |
Color Harmonies of #0D2143
Complementary color
Monochromatic Colors of #0D2143
Black with #0D2143
Text Example
Text Example
White with #0D2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2143; }
p { color: rgb(13,33,67); }
H1.HeaderClassName
{
color: #0D2143;
}
.AnyTagClassName
{
color: #0D2143;
}
</style>
background-color css
<style>
a { background-color: #0D2143; }
a { background-color: rgb(13,33,67); }
div.DivClassName
{
background-color: #0D2143;
}
.BgClassName
{
background-color: #0D2143;
}
</style>
border-color css
<style>
span { border-color: #0D2143; }
span { border-color: rgb(13,33,67); }
td.TdClassName
{
border-color: #0D2143;
}
.TagClassName
{
border-color: #0D2143;
}
</style>