Shades of Midnight Express #0D184A
Tints of Midnight Express #0D184A
RGB
CMYK
RGB Variations
Color information
#0D184A (or 0x0D184A) is known color: Midnight Express. HEX triplet: 0D, 18 and 4A. RGB value is (13,24,74). Sum of RGB (Red+Green+Blue) = 13+24+74=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D184A is #F2E7B5. Grayscale: #1A1A1A. Windows color (decimal): -15919030 or 4855821. OLE color: 4855821.
HSL color Cylindrical-coordinate representation of color #0D184A: hue angle of 229.18º 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 #0D184A is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 24 | 74 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.71 |
| HSL | 229.18º | 0.7% | 0.17% | - |
| HSV(B) | 229.18º | 0.82% | 0.29% | - |
| XYZ | 1.73 | 1.23 | 6.63 | - |
| YUV | 26.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 74 | 0.82 | 0.68 | 0 | 0.71 | 229.18 | 0.7 | 0.17 |
| Hex | D | 18 | 4A | 52 | 44 | 0 | 47 | E5 | 46 | 11 |
| Octal | 15 | 30 | 112 | 122 | 104 | 0 | 107 | 345 | 106 | 21 |
| Binary | 1101 | 11000 | 1001010 | 1010010 | 1000100 | 0 | 1000111 | 11100101 | 1000110 | 10001 |
Color Harmonies of #0D184A
Complementary color
Monochromatic Colors of #0D184A
Black with #0D184A
Text Example
Text Example
White with #0D184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D184A; }
p { color: rgb(13,24,74); }
H1.HeaderClassName
{
color: #0D184A;
}
.AnyTagClassName
{
color: #0D184A;
}
</style>
background-color css
<style>
a { background-color: #0D184A; }
a { background-color: rgb(13,24,74); }
div.DivClassName
{
background-color: #0D184A;
}
.BgClassName
{
background-color: #0D184A;
}
</style>
border-color css
<style>
span { border-color: #0D184A; }
span { border-color: rgb(13,24,74); }
td.TdClassName
{
border-color: #0D184A;
}
.TagClassName
{
border-color: #0D184A;
}
</style>