Shades of Midnight Express #0D1C42
Tints of Midnight Express #0D1C42
RGB
CMYK
RGB Variations
Color information
#0D1C42 (or 0x0D1C42) is known color: Midnight Express. HEX triplet: 0D, 1C and 42. RGB value is (13,28,66). Sum of RGB (Red+Green+Blue) = 13+28+66=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #0D1C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1C42 is #F2E3BD. Grayscale: #1B1B1B. Windows color (decimal): -15918014 or 4332557. OLE color: 4332557.
HSL color Cylindrical-coordinate representation of color #0D1C42: hue angle of 223.02º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D1C42 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 28 | 66 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.74 |
| HSL | 223.02º | 0.67% | 0.15% | - |
| HSV(B) | 223.02º | 0.8% | 0.26% | - |
| XYZ | 1.56 | 1.31 | 5.32 | - |
| YUV | 27.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 66 | 0.80 | 0.58 | 0 | 0.74 | 223.02 | 0.67 | 0.15 |
| Hex | D | 1C | 42 | 50 | 3A | 0 | 4A | DF | 43 | F |
| Octal | 15 | 34 | 102 | 120 | 72 | 0 | 112 | 337 | 103 | 17 |
| Binary | 1101 | 11100 | 1000010 | 1010000 | 111010 | 0 | 1001010 | 11011111 | 1000011 | 1111 |
Color Harmonies of #0D1C42
Complementary color
Monochromatic Colors of #0D1C42
Black with #0D1C42
Text Example
Text Example
White with #0D1C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C42; }
p { color: rgb(13,28,66); }
H1.HeaderClassName
{
color: #0D1C42;
}
.AnyTagClassName
{
color: #0D1C42;
}
</style>
background-color css
<style>
a { background-color: #0D1C42; }
a { background-color: rgb(13,28,66); }
div.DivClassName
{
background-color: #0D1C42;
}
.BgClassName
{
background-color: #0D1C42;
}
</style>
border-color css
<style>
span { border-color: #0D1C42; }
span { border-color: rgb(13,28,66); }
td.TdClassName
{
border-color: #0D1C42;
}
.TagClassName
{
border-color: #0D1C42;
}
</style>