Shades of Midnight Express #0D184C
Tints of Midnight Express #0D184C
RGB
CMYK
RGB Variations
Color information
#0D184C (or 0x0D184C) is known color: Midnight Express. HEX triplet: 0D, 18 and 4C. RGB value is (13,24,76). Sum of RGB (Red+Green+Blue) = 13+24+76=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D184C is #F2E7B3. Grayscale: #1A1A1A. Windows color (decimal): -15919028 or 4986893. OLE color: 4986893.
HSL color Cylindrical-coordinate representation of color #0D184C: hue angle of 229.52º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D184C is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 24 | 76 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.70 |
| HSL | 229.52º | 0.71% | 0.17% | - |
| HSV(B) | 229.52º | 0.83% | 0.3% | - |
| XYZ | 1.8 | 1.26 | 6.99 | - |
| YUV | 26.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 76 | 0.83 | 0.68 | 0 | 0.70 | 229.52 | 0.71 | 0.17 |
| Hex | D | 18 | 4C | 53 | 44 | 0 | 46 | E6 | 47 | 11 |
| Octal | 15 | 30 | 114 | 123 | 104 | 0 | 106 | 346 | 107 | 21 |
| Binary | 1101 | 11000 | 1001100 | 1010011 | 1000100 | 0 | 1000110 | 11100110 | 1000111 | 10001 |
Color Harmonies of #0D184C
Complementary color
Monochromatic Colors of #0D184C
Black with #0D184C
Text Example
Text Example
White with #0D184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D184C; }
p { color: rgb(13,24,76); }
H1.HeaderClassName
{
color: #0D184C;
}
.AnyTagClassName
{
color: #0D184C;
}
</style>
background-color css
<style>
a { background-color: #0D184C; }
a { background-color: rgb(13,24,76); }
div.DivClassName
{
background-color: #0D184C;
}
.BgClassName
{
background-color: #0D184C;
}
</style>
border-color css
<style>
span { border-color: #0D184C; }
span { border-color: rgb(13,24,76); }
td.TdClassName
{
border-color: #0D184C;
}
.TagClassName
{
border-color: #0D184C;
}
</style>