Shades of Midnight Express #0D1330
Tints of Midnight Express #0D1330
RGB
CMYK
RGB Variations
Color information
#0D1330 (or 0x0D1330) is known color: Midnight Express. HEX triplet: 0D, 13 and 30. RGB value is (13,19,48). Sum of RGB (Red+Green+Blue) = 13+19+48=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1330 is #F2ECCF. Grayscale: #141414. Windows color (decimal): -15920336 or 3150605. OLE color: 3150605.
HSL color Cylindrical-coordinate representation of color #0D1330: hue angle of 229.71º 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 #0D1330 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 19 | 48 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.81 |
| HSL | 229.71º | 0.57% | 0.12% | - |
| HSV(B) | 229.71º | 0.73% | 0.19% | - |
| XYZ | 0.93 | 0.76 | 2.89 | - |
| YUV | 20.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 48 | 0.73 | 0.60 | 0 | 0.81 | 229.71 | 0.57 | 0.12 |
| Hex | D | 13 | 30 | 49 | 3C | 0 | 51 | E6 | 39 | C |
| Octal | 15 | 23 | 60 | 111 | 74 | 0 | 121 | 346 | 71 | 14 |
| Binary | 1101 | 10011 | 110000 | 1001001 | 111100 | 0 | 1010001 | 11100110 | 111001 | 1100 |
Color Harmonies of #0D1330
Complementary color
Monochromatic Colors of #0D1330
Black with #0D1330
Text Example
Text Example
White with #0D1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1330; }
p { color: rgb(13,19,48); }
H1.HeaderClassName
{
color: #0D1330;
}
.AnyTagClassName
{
color: #0D1330;
}
</style>
background-color css
<style>
a { background-color: #0D1330; }
a { background-color: rgb(13,19,48); }
div.DivClassName
{
background-color: #0D1330;
}
.BgClassName
{
background-color: #0D1330;
}
</style>
border-color css
<style>
span { border-color: #0D1330; }
span { border-color: rgb(13,19,48); }
td.TdClassName
{
border-color: #0D1330;
}
.TagClassName
{
border-color: #0D1330;
}
</style>