Shades of Midnight Express #0D204B
Tints of Midnight Express #0D204B
RGB
CMYK
RGB Variations
Color information
#0D204B (or 0x0D204B) is known color: Midnight Express. HEX triplet: 0D, 20 and 4B. RGB value is (13,32,75). Sum of RGB (Red+Green+Blue) = 13+32+75=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D204B is #F2DFB4. Grayscale: #1F1F1F. Windows color (decimal): -15916981 or 4923405. OLE color: 4923405.
HSL color Cylindrical-coordinate representation of color #0D204B: hue angle of 221.61º 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 #0D204B is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 32 | 75 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.71 |
| HSL | 221.61º | 0.7% | 0.17% | - |
| HSV(B) | 221.61º | 0.83% | 0.29% | - |
| XYZ | 1.95 | 1.63 | 6.87 | - |
| YUV | 31.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 75 | 0.83 | 0.57 | 0 | 0.71 | 221.61 | 0.7 | 0.17 |
| Hex | D | 20 | 4B | 53 | 39 | 0 | 47 | DE | 46 | 11 |
| Octal | 15 | 40 | 113 | 123 | 71 | 0 | 107 | 336 | 106 | 21 |
| Binary | 1101 | 100000 | 1001011 | 1010011 | 111001 | 0 | 1000111 | 11011110 | 1000110 | 10001 |
Color Harmonies of #0D204B
Complementary color
Monochromatic Colors of #0D204B
Black with #0D204B
Text Example
Text Example
White with #0D204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D204B; }
p { color: rgb(13,32,75); }
H1.HeaderClassName
{
color: #0D204B;
}
.AnyTagClassName
{
color: #0D204B;
}
</style>
background-color css
<style>
a { background-color: #0D204B; }
a { background-color: rgb(13,32,75); }
div.DivClassName
{
background-color: #0D204B;
}
.BgClassName
{
background-color: #0D204B;
}
</style>
border-color css
<style>
span { border-color: #0D204B; }
span { border-color: rgb(13,32,75); }
td.TdClassName
{
border-color: #0D204B;
}
.TagClassName
{
border-color: #0D204B;
}
</style>