Shades of Midnight Express #0D193D
Tints of Midnight Express #0D193D
RGB
CMYK
RGB Variations
Color information
#0D193D (or 0x0D193D) is known color: Midnight Express. HEX triplet: 0D, 19 and 3D. RGB value is (13,25,61). Sum of RGB (Red+Green+Blue) = 13+25+61=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D193D is #F2E6C2. Grayscale: #191919. Windows color (decimal): -15918787 or 4004109. OLE color: 4004109.
HSL color Cylindrical-coordinate representation of color #0D193D: hue angle of 225º 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 #0D193D is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 25 | 61 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.76 |
| HSL | 225º | 0.65% | 0.15% | - |
| HSV(B) | 225º | 0.79% | 0.24% | - |
| XYZ | 1.36 | 1.12 | 4.56 | - |
| YUV | 25.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 61 | 0.79 | 0.59 | 0 | 0.76 | 225 | 0.65 | 0.15 |
| Hex | D | 19 | 3D | 4F | 3B | 0 | 4C | E1 | 41 | F |
| Octal | 15 | 31 | 75 | 117 | 73 | 0 | 114 | 341 | 101 | 17 |
| Binary | 1101 | 11001 | 111101 | 1001111 | 111011 | 0 | 1001100 | 11100001 | 1000001 | 1111 |
Color Harmonies of #0D193D
Complementary color
Monochromatic Colors of #0D193D
Black with #0D193D
Text Example
Text Example
White with #0D193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D193D; }
p { color: rgb(13,25,61); }
H1.HeaderClassName
{
color: #0D193D;
}
.AnyTagClassName
{
color: #0D193D;
}
</style>
background-color css
<style>
a { background-color: #0D193D; }
a { background-color: rgb(13,25,61); }
div.DivClassName
{
background-color: #0D193D;
}
.BgClassName
{
background-color: #0D193D;
}
</style>
border-color css
<style>
span { border-color: #0D193D; }
span { border-color: rgb(13,25,61); }
td.TdClassName
{
border-color: #0D193D;
}
.TagClassName
{
border-color: #0D193D;
}
</style>