Shades of Midnight Express #0D103D
Tints of Midnight Express #0D103D
RGB
CMYK
RGB Variations
Color information
#0D103D (or 0x0D103D) is known color: Midnight Express. HEX triplet: 0D, 10 and 3D. RGB value is (13,16,61). Sum of RGB (Red+Green+Blue) = 13+16+61=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D103D is #F2EFC2. Grayscale: #141414. Windows color (decimal): -15921091 or 4001805. OLE color: 4001805.
HSL color Cylindrical-coordinate representation of color #0D103D: hue angle of 236.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D103D is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 16 | 61 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.76 |
| HSL | 236.25º | 0.65% | 0.15% | - |
| HSV(B) | 236.25º | 0.79% | 0.24% | - |
| XYZ | 1.19 | 0.79 | 4.51 | - |
| YUV | 20.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 61 | 0.79 | 0.74 | 0 | 0.76 | 236.25 | 0.65 | 0.15 |
| Hex | D | 10 | 3D | 4F | 4A | 0 | 4C | EC | 41 | F |
| Octal | 15 | 20 | 75 | 117 | 112 | 0 | 114 | 354 | 101 | 17 |
| Binary | 1101 | 10000 | 111101 | 1001111 | 1001010 | 0 | 1001100 | 11101100 | 1000001 | 1111 |
Color Harmonies of #0D103D
Complementary color
Monochromatic Colors of #0D103D
Black with #0D103D
Text Example
Text Example
White with #0D103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D103D; }
p { color: rgb(13,16,61); }
H1.HeaderClassName
{
color: #0D103D;
}
.AnyTagClassName
{
color: #0D103D;
}
</style>
background-color css
<style>
a { background-color: #0D103D; }
a { background-color: rgb(13,16,61); }
div.DivClassName
{
background-color: #0D103D;
}
.BgClassName
{
background-color: #0D103D;
}
</style>
border-color css
<style>
span { border-color: #0D103D; }
span { border-color: rgb(13,16,61); }
td.TdClassName
{
border-color: #0D103D;
}
.TagClassName
{
border-color: #0D103D;
}
</style>