Shades of Midnight Express #0D1A30
Tints of Midnight Express #0D1A30
RGB
CMYK
RGB Variations
Color information
#0D1A30 (or 0x0D1A30) is known color: Midnight Express. HEX triplet: 0D, 1A and 30. RGB value is (13,26,48). Sum of RGB (Red+Green+Blue) = 13+26+48=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A30 is #F2E5CF. Grayscale: #181818. Windows color (decimal): -15918544 or 3152397. OLE color: 3152397.
HSL color Cylindrical-coordinate representation of color #0D1A30: hue angle of 217.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 #0D1A30 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 26 | 48 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.81 |
| HSL | 217.71º | 0.57% | 0.12% | - |
| HSV(B) | 217.71º | 0.73% | 0.19% | - |
| XYZ | 1.07 | 1.04 | 2.94 | - |
| YUV | 24.62 | 141.19 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 48 | 0.73 | 0.46 | 0 | 0.81 | 217.71 | 0.57 | 0.12 |
| Hex | D | 1A | 30 | 49 | 2E | 0 | 51 | DA | 39 | C |
| Octal | 15 | 32 | 60 | 111 | 56 | 0 | 121 | 332 | 71 | 14 |
| Binary | 1101 | 11010 | 110000 | 1001001 | 101110 | 0 | 1010001 | 11011010 | 111001 | 1100 |
Color Harmonies of #0D1A30
Complementary color
Monochromatic Colors of #0D1A30
Black with #0D1A30
Text Example
Text Example
White with #0D1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1A30; }
p { color: rgb(13,26,48); }
H1.HeaderClassName
{
color: #0D1A30;
}
.AnyTagClassName
{
color: #0D1A30;
}
</style>
background-color css
<style>
a { background-color: #0D1A30; }
a { background-color: rgb(13,26,48); }
div.DivClassName
{
background-color: #0D1A30;
}
.BgClassName
{
background-color: #0D1A30;
}
</style>
border-color css
<style>
span { border-color: #0D1A30; }
span { border-color: rgb(13,26,48); }
td.TdClassName
{
border-color: #0D1A30;
}
.TagClassName
{
border-color: #0D1A30;
}
</style>