Shades of Midnight Express #0D0C43
Tints of Midnight Express #0D0C43
RGB
CMYK
RGB Variations
Color information
#0D0C43 (or 0x0D0C43) is known color: Midnight Express. HEX triplet: 0D, 0C and 43. RGB value is (13,12,67). Sum of RGB (Red+Green+Blue) = 13+12+67=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D0C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C43 is #F2F3BC. Grayscale: #121212. Windows color (decimal): -15922109 or 4393997. OLE color: 4393997.
HSL color Cylindrical-coordinate representation of color #0D0C43: hue angle of 241.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0C43 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 12 | 67 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.74 |
| HSL | 241.09º | 0.7% | 0.15% | - |
| HSV(B) | 241.09º | 0.82% | 0.26% | - |
| XYZ | 1.31 | 0.75 | 5.39 | - |
| YUV | 18.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 67 | 0.81 | 0.82 | 0 | 0.74 | 241.09 | 0.7 | 0.15 |
| Hex | D | C | 43 | 51 | 52 | 0 | 4A | F1 | 46 | F |
| Octal | 15 | 14 | 103 | 121 | 122 | 0 | 112 | 361 | 106 | 17 |
| Binary | 1101 | 1100 | 1000011 | 1010001 | 1010010 | 0 | 1001010 | 11110001 | 1000110 | 1111 |
Color Harmonies of #0D0C43
Complementary color
Monochromatic Colors of #0D0C43
Black with #0D0C43
Text Example
Text Example
White with #0D0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C43; }
p { color: rgb(13,12,67); }
H1.HeaderClassName
{
color: #0D0C43;
}
.AnyTagClassName
{
color: #0D0C43;
}
</style>
background-color css
<style>
a { background-color: #0D0C43; }
a { background-color: rgb(13,12,67); }
div.DivClassName
{
background-color: #0D0C43;
}
.BgClassName
{
background-color: #0D0C43;
}
</style>
border-color css
<style>
span { border-color: #0D0C43; }
span { border-color: rgb(13,12,67); }
td.TdClassName
{
border-color: #0D0C43;
}
.TagClassName
{
border-color: #0D0C43;
}
</style>