Shades of Midnight Express #10113D
Tints of Midnight Express #10113D
RGB
CMYK
RGB Variations
Color information
#10113D (or 0x10113D) is known color: Midnight Express. HEX triplet: 10, 11 and 3D. RGB value is (16,17,61). Sum of RGB (Red+Green+Blue) = 16+17+61=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #10113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10113D is #EFEEC2. Grayscale: #151515. Windows color (decimal): -15724227 or 4002064. OLE color: 4002064.
HSL color Cylindrical-coordinate representation of color #10113D: hue angle of 238.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10113D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 17 | 61 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.76 |
| HSL | 238.67º | 0.58% | 0.15% | - |
| HSV(B) | 238.67º | 0.74% | 0.24% | - |
| XYZ | 1.26 | 0.85 | 4.51 | - |
| YUV | 21.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 61 | 0.74 | 0.72 | 0 | 0.76 | 238.67 | 0.58 | 0.15 |
| Hex | 10 | 11 | 3D | 4A | 48 | 0 | 4C | EF | 3A | F |
| Octal | 20 | 21 | 75 | 112 | 110 | 0 | 114 | 357 | 72 | 17 |
| Binary | 10000 | 10001 | 111101 | 1001010 | 1001000 | 0 | 1001100 | 11101111 | 111010 | 1111 |
Color Harmonies of #10113D
Complementary color
Monochromatic Colors of #10113D
Black with #10113D
Text Example
Text Example
White with #10113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10113D; }
p { color: rgb(16,17,61); }
H1.HeaderClassName
{
color: #10113D;
}
.AnyTagClassName
{
color: #10113D;
}
</style>
background-color css
<style>
a { background-color: #10113D; }
a { background-color: rgb(16,17,61); }
div.DivClassName
{
background-color: #10113D;
}
.BgClassName
{
background-color: #10113D;
}
</style>
border-color css
<style>
span { border-color: #10113D; }
span { border-color: rgb(16,17,61); }
td.TdClassName
{
border-color: #10113D;
}
.TagClassName
{
border-color: #10113D;
}
</style>