Shades of Midnight Express #0D133D
Tints of Midnight Express #0D133D
RGB
CMYK
RGB Variations
Color information
#0D133D (or 0x0D133D) is known color: Midnight Express. HEX triplet: 0D, 13 and 3D. RGB value is (13,19,61). Sum of RGB (Red+Green+Blue) = 13+19+61=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 61 (24.22% from 255 or 65.59% from 93); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D133D is #F2ECC2. Grayscale: #151515. Windows color (decimal): -15920323 or 4002573. OLE color: 4002573.
HSL color Cylindrical-coordinate representation of color #0D133D: hue angle of 232.5º 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 #0D133D is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 19 | 61 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.76 |
| HSL | 232.5º | 0.65% | 0.15% | - |
| HSV(B) | 232.5º | 0.79% | 0.24% | - |
| XYZ | 1.24 | 0.89 | 4.52 | - |
| YUV | 21.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 61 | 0.79 | 0.69 | 0 | 0.76 | 232.5 | 0.65 | 0.15 |
| Hex | D | 13 | 3D | 4F | 45 | 0 | 4C | E8 | 41 | F |
| Octal | 15 | 23 | 75 | 117 | 105 | 0 | 114 | 350 | 101 | 17 |
| Binary | 1101 | 10011 | 111101 | 1001111 | 1000101 | 0 | 1001100 | 11101000 | 1000001 | 1111 |
Color Harmonies of #0D133D
Complementary color
Monochromatic Colors of #0D133D
Black with #0D133D
Text Example
Text Example
White with #0D133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D133D; }
p { color: rgb(13,19,61); }
H1.HeaderClassName
{
color: #0D133D;
}
.AnyTagClassName
{
color: #0D133D;
}
</style>
background-color css
<style>
a { background-color: #0D133D; }
a { background-color: rgb(13,19,61); }
div.DivClassName
{
background-color: #0D133D;
}
.BgClassName
{
background-color: #0D133D;
}
</style>
border-color css
<style>
span { border-color: #0D133D; }
span { border-color: rgb(13,19,61); }
td.TdClassName
{
border-color: #0D133D;
}
.TagClassName
{
border-color: #0D133D;
}
</style>