Shades of Midnight Express #0D103F
Tints of Midnight Express #0D103F
RGB
CMYK
RGB Variations
Color information
#0D103F (or 0x0D103F) is known color: Midnight Express. HEX triplet: 0D, 10 and 3F. RGB value is (13,16,63). Sum of RGB (Red+Green+Blue) = 13+16+63=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D103F is #F2EFC0. Grayscale: #141414. Windows color (decimal): -15921089 or 4132877. OLE color: 4132877.
HSL color Cylindrical-coordinate representation of color #0D103F: hue angle of 236.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D103F is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 16 | 63 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.75 |
| HSL | 236.4º | 0.66% | 0.15% | - |
| HSV(B) | 236.4º | 0.79% | 0.25% | - |
| XYZ | 1.25 | 0.82 | 4.79 | - |
| YUV | 20.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 63 | 0.79 | 0.75 | 0 | 0.75 | 236.4 | 0.66 | 0.15 |
| Hex | D | 10 | 3F | 4F | 4B | 0 | 4B | EC | 42 | F |
| Octal | 15 | 20 | 77 | 117 | 113 | 0 | 113 | 354 | 102 | 17 |
| Binary | 1101 | 10000 | 111111 | 1001111 | 1001011 | 0 | 1001011 | 11101100 | 1000010 | 1111 |
Color Harmonies of #0D103F
Complementary color
Monochromatic Colors of #0D103F
Black with #0D103F
Text Example
Text Example
White with #0D103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D103F; }
p { color: rgb(13,16,63); }
H1.HeaderClassName
{
color: #0D103F;
}
.AnyTagClassName
{
color: #0D103F;
}
</style>
background-color css
<style>
a { background-color: #0D103F; }
a { background-color: rgb(13,16,63); }
div.DivClassName
{
background-color: #0D103F;
}
.BgClassName
{
background-color: #0D103F;
}
</style>
border-color css
<style>
span { border-color: #0D103F; }
span { border-color: rgb(13,16,63); }
td.TdClassName
{
border-color: #0D103F;
}
.TagClassName
{
border-color: #0D103F;
}
</style>