Shades of Midnight Express #0D1430
Tints of Midnight Express #0D1430
RGB
CMYK
RGB Variations
Color information
#0D1430 (or 0x0D1430) is known color: Midnight Express. HEX triplet: 0D, 14 and 30. RGB value is (13,20,48). Sum of RGB (Red+Green+Blue) = 13+20+48=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1430 is #F2EBCF. Grayscale: #141414. Windows color (decimal): -15920080 or 3150861. OLE color: 3150861.
HSL color Cylindrical-coordinate representation of color #0D1430: hue angle of 228º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1430 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 20 | 48 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.81 |
| HSL | 228º | 0.57% | 0.12% | - |
| HSV(B) | 228º | 0.73% | 0.19% | - |
| XYZ | 0.95 | 0.8 | 2.9 | - |
| YUV | 21.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 48 | 0.73 | 0.58 | 0 | 0.81 | 228 | 0.57 | 0.12 |
| Hex | D | 14 | 30 | 49 | 3A | 0 | 51 | E4 | 39 | C |
| Octal | 15 | 24 | 60 | 111 | 72 | 0 | 121 | 344 | 71 | 14 |
| Binary | 1101 | 10100 | 110000 | 1001001 | 111010 | 0 | 1010001 | 11100100 | 111001 | 1100 |
Color Harmonies of #0D1430
Complementary color
Monochromatic Colors of #0D1430
Black with #0D1430
Text Example
Text Example
White with #0D1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1430; }
p { color: rgb(13,20,48); }
H1.HeaderClassName
{
color: #0D1430;
}
.AnyTagClassName
{
color: #0D1430;
}
</style>
background-color css
<style>
a { background-color: #0D1430; }
a { background-color: rgb(13,20,48); }
div.DivClassName
{
background-color: #0D1430;
}
.BgClassName
{
background-color: #0D1430;
}
</style>
border-color css
<style>
span { border-color: #0D1430; }
span { border-color: rgb(13,20,48); }
td.TdClassName
{
border-color: #0D1430;
}
.TagClassName
{
border-color: #0D1430;
}
</style>