Shades of Midnight Express #10114A
Tints of Midnight Express #10114A
RGB
CMYK
RGB Variations
Color information
#10114A (or 0x10114A) is known color: Midnight Express. HEX triplet: 10, 11 and 4A. RGB value is (16,17,74). Sum of RGB (Red+Green+Blue) = 16+17+74=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #10114A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10114A is #EFEEB5. Grayscale: #161616. Windows color (decimal): -15724214 or 4854032. OLE color: 4854032.
HSL color Cylindrical-coordinate representation of color #10114A: hue angle of 238.97º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10114A is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 17 | 74 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.71 |
| HSL | 238.97º | 0.64% | 0.18% | - |
| HSV(B) | 238.97º | 0.78% | 0.29% | - |
| XYZ | 1.65 | 1.01 | 6.59 | - |
| YUV | 23.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 74 | 0.78 | 0.77 | 0 | 0.71 | 238.97 | 0.64 | 0.18 |
| Hex | 10 | 11 | 4A | 4E | 4D | 0 | 47 | EF | 40 | 12 |
| Octal | 20 | 21 | 112 | 116 | 115 | 0 | 107 | 357 | 100 | 22 |
| Binary | 10000 | 10001 | 1001010 | 1001110 | 1001101 | 0 | 1000111 | 11101111 | 1000000 | 10010 |
Color Harmonies of #10114A
Complementary color
Monochromatic Colors of #10114A
Black with #10114A
Text Example
Text Example
White with #10114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10114A; }
p { color: rgb(16,17,74); }
H1.HeaderClassName
{
color: #10114A;
}
.AnyTagClassName
{
color: #10114A;
}
</style>
background-color css
<style>
a { background-color: #10114A; }
a { background-color: rgb(16,17,74); }
div.DivClassName
{
background-color: #10114A;
}
.BgClassName
{
background-color: #10114A;
}
</style>
border-color css
<style>
span { border-color: #10114A; }
span { border-color: rgb(16,17,74); }
td.TdClassName
{
border-color: #10114A;
}
.TagClassName
{
border-color: #10114A;
}
</style>