Shades of Midnight Express #0D203D
Tints of Midnight Express #0D203D
RGB
CMYK
RGB Variations
Color information
#0D203D (or 0x0D203D) is known color: Midnight Express. HEX triplet: 0D, 20 and 3D. RGB value is (13,32,61). Sum of RGB (Red+Green+Blue) = 13+32+61=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D203D is #F2DFC2. Grayscale: #1D1D1D. Windows color (decimal): -15916995 or 4005901. OLE color: 4005901.
HSL color Cylindrical-coordinate representation of color #0D203D: hue angle of 216.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D203D is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 32 | 61 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.76 |
| HSL | 216.25º | 0.65% | 0.15% | - |
| HSV(B) | 216.25º | 0.79% | 0.24% | - |
| XYZ | 1.52 | 1.46 | 4.62 | - |
| YUV | 29.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 61 | 0.79 | 0.48 | 0 | 0.76 | 216.25 | 0.65 | 0.15 |
| Hex | D | 20 | 3D | 4F | 30 | 0 | 4C | D8 | 41 | F |
| Octal | 15 | 40 | 75 | 117 | 60 | 0 | 114 | 330 | 101 | 17 |
| Binary | 1101 | 100000 | 111101 | 1001111 | 110000 | 0 | 1001100 | 11011000 | 1000001 | 1111 |
Color Harmonies of #0D203D
Complementary color
Monochromatic Colors of #0D203D
Black with #0D203D
Text Example
Text Example
White with #0D203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D203D; }
p { color: rgb(13,32,61); }
H1.HeaderClassName
{
color: #0D203D;
}
.AnyTagClassName
{
color: #0D203D;
}
</style>
background-color css
<style>
a { background-color: #0D203D; }
a { background-color: rgb(13,32,61); }
div.DivClassName
{
background-color: #0D203D;
}
.BgClassName
{
background-color: #0D203D;
}
</style>
border-color css
<style>
span { border-color: #0D203D; }
span { border-color: rgb(13,32,61); }
td.TdClassName
{
border-color: #0D203D;
}
.TagClassName
{
border-color: #0D203D;
}
</style>