Shades of Midnight Express #0D2145
Tints of Midnight Express #0D2145
RGB
CMYK
RGB Variations
Color information
#0D2145 (or 0x0D2145) is known color: Midnight Express. HEX triplet: 0D, 21 and 45. RGB value is (13,33,69). Sum of RGB (Red+Green+Blue) = 13+33+69=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 69 (27.34% from 255 or 60% from 115); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D2145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2145 is #F2DEBA. Grayscale: #1E1E1E. Windows color (decimal): -15916731 or 4530445. OLE color: 4530445.
HSL color Cylindrical-coordinate representation of color #0D2145: hue angle of 218.57º degrees, saturation: 0.68, 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 #0D2145 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 33 | 69 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.73 |
| HSL | 218.57º | 0.68% | 0.16% | - |
| HSV(B) | 218.57º | 0.81% | 0.27% | - |
| XYZ | 1.78 | 1.6 | 5.85 | - |
| YUV | 31.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 69 | 0.81 | 0.52 | 0 | 0.73 | 218.57 | 0.68 | 0.16 |
| Hex | D | 21 | 45 | 51 | 34 | 0 | 49 | DB | 44 | 10 |
| Octal | 15 | 41 | 105 | 121 | 64 | 0 | 111 | 333 | 104 | 20 |
| Binary | 1101 | 100001 | 1000101 | 1010001 | 110100 | 0 | 1001001 | 11011011 | 1000100 | 10000 |
Color Harmonies of #0D2145
Complementary color
Monochromatic Colors of #0D2145
Black with #0D2145
Text Example
Text Example
White with #0D2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2145; }
p { color: rgb(13,33,69); }
H1.HeaderClassName
{
color: #0D2145;
}
.AnyTagClassName
{
color: #0D2145;
}
</style>
background-color css
<style>
a { background-color: #0D2145; }
a { background-color: rgb(13,33,69); }
div.DivClassName
{
background-color: #0D2145;
}
.BgClassName
{
background-color: #0D2145;
}
</style>
border-color css
<style>
span { border-color: #0D2145; }
span { border-color: rgb(13,33,69); }
td.TdClassName
{
border-color: #0D2145;
}
.TagClassName
{
border-color: #0D2145;
}
</style>