Shades of Midnight Express #101148
Tints of Midnight Express #101148
RGB
CMYK
RGB Variations
Color information
#101148 (or 0x101148) is known color: Midnight Express. HEX triplet: 10, 11 and 48. RGB value is (16,17,72). Sum of RGB (Red+Green+Blue) = 16+17+72=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #101148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101148 is #EFEEB7. Grayscale: #161616. Windows color (decimal): -15724216 or 4722960. OLE color: 4722960.
HSL color Cylindrical-coordinate representation of color #101148: hue angle of 238.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101148 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 17 | 72 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.72 |
| HSL | 238.93º | 0.64% | 0.17% | - |
| HSV(B) | 238.93º | 0.78% | 0.28% | - |
| XYZ | 1.58 | 0.98 | 6.24 | - |
| YUV | 22.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 72 | 0.78 | 0.76 | 0 | 0.72 | 238.93 | 0.64 | 0.17 |
| Hex | 10 | 11 | 48 | 4E | 4C | 0 | 48 | EF | 40 | 11 |
| Octal | 20 | 21 | 110 | 116 | 114 | 0 | 110 | 357 | 100 | 21 |
| Binary | 10000 | 10001 | 1001000 | 1001110 | 1001100 | 0 | 1001000 | 11101111 | 1000000 | 10001 |
Color Harmonies of #101148
Complementary color
Monochromatic Colors of #101148
Black with #101148
Text Example
Text Example
White with #101148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101148; }
p { color: rgb(16,17,72); }
H1.HeaderClassName
{
color: #101148;
}
.AnyTagClassName
{
color: #101148;
}
</style>
background-color css
<style>
a { background-color: #101148; }
a { background-color: rgb(16,17,72); }
div.DivClassName
{
background-color: #101148;
}
.BgClassName
{
background-color: #101148;
}
</style>
border-color css
<style>
span { border-color: #101148; }
span { border-color: rgb(16,17,72); }
td.TdClassName
{
border-color: #101148;
}
.TagClassName
{
border-color: #101148;
}
</style>