Shades of Midnight Express #0D194A
Tints of Midnight Express #0D194A
RGB
CMYK
RGB Variations
Color information
#0D194A (or 0x0D194A) is known color: Midnight Express. HEX triplet: 0D, 19 and 4A. RGB value is (13,25,74). Sum of RGB (Red+Green+Blue) = 13+25+74=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D194A is #F2E6B5. Grayscale: #1A1A1A. Windows color (decimal): -15918774 or 4856077. OLE color: 4856077.
HSL color Cylindrical-coordinate representation of color #0D194A: hue angle of 228.2º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D194A is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 25 | 74 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.71 |
| HSL | 228.2º | 0.7% | 0.17% | - |
| HSV(B) | 228.2º | 0.82% | 0.29% | - |
| XYZ | 1.75 | 1.28 | 6.63 | - |
| YUV | 27 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 74 | 0.82 | 0.66 | 0 | 0.71 | 228.2 | 0.7 | 0.17 |
| Hex | D | 19 | 4A | 52 | 42 | 0 | 47 | E4 | 46 | 11 |
| Octal | 15 | 31 | 112 | 122 | 102 | 0 | 107 | 344 | 106 | 21 |
| Binary | 1101 | 11001 | 1001010 | 1010010 | 1000010 | 0 | 1000111 | 11100100 | 1000110 | 10001 |
Color Harmonies of #0D194A
Complementary color
Monochromatic Colors of #0D194A
Black with #0D194A
Text Example
Text Example
White with #0D194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D194A; }
p { color: rgb(13,25,74); }
H1.HeaderClassName
{
color: #0D194A;
}
.AnyTagClassName
{
color: #0D194A;
}
</style>
background-color css
<style>
a { background-color: #0D194A; }
a { background-color: rgb(13,25,74); }
div.DivClassName
{
background-color: #0D194A;
}
.BgClassName
{
background-color: #0D194A;
}
</style>
border-color css
<style>
span { border-color: #0D194A; }
span { border-color: rgb(13,25,74); }
td.TdClassName
{
border-color: #0D194A;
}
.TagClassName
{
border-color: #0D194A;
}
</style>