Shades of Midnight Express #0D0C37
Tints of Midnight Express #0D0C37
RGB
CMYK
RGB Variations
Color information
#0D0C37 (or 0x0D0C37) is known color: Midnight Express. HEX triplet: 0D, 0C and 37. RGB value is (13,12,55). Sum of RGB (Red+Green+Blue) = 13+12+55=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D0C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C37 is #F2F3C8. Grayscale: #111111. Windows color (decimal): -15922121 or 3607565. OLE color: 3607565.
HSL color Cylindrical-coordinate representation of color #0D0C37: hue angle of 241.4º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0C37 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 12 | 55 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.78 |
| HSL | 241.4º | 0.64% | 0.13% | - |
| HSV(B) | 241.4º | 0.78% | 0.22% | - |
| XYZ | 0.99 | 0.62 | 3.68 | - |
| YUV | 17.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 55 | 0.76 | 0.78 | 0 | 0.78 | 241.4 | 0.64 | 0.13 |
| Hex | D | C | 37 | 4C | 4E | 0 | 4E | F1 | 40 | D |
| Octal | 15 | 14 | 67 | 114 | 116 | 0 | 116 | 361 | 100 | 15 |
| Binary | 1101 | 1100 | 110111 | 1001100 | 1001110 | 0 | 1001110 | 11110001 | 1000000 | 1101 |
Color Harmonies of #0D0C37
Complementary color
Monochromatic Colors of #0D0C37
Black with #0D0C37
Text Example
Text Example
White with #0D0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C37; }
p { color: rgb(13,12,55); }
H1.HeaderClassName
{
color: #0D0C37;
}
.AnyTagClassName
{
color: #0D0C37;
}
</style>
background-color css
<style>
a { background-color: #0D0C37; }
a { background-color: rgb(13,12,55); }
div.DivClassName
{
background-color: #0D0C37;
}
.BgClassName
{
background-color: #0D0C37;
}
</style>
border-color css
<style>
span { border-color: #0D0C37; }
span { border-color: rgb(13,12,55); }
td.TdClassName
{
border-color: #0D0C37;
}
.TagClassName
{
border-color: #0D0C37;
}
</style>