Shades of Midnight Express #101942
Tints of Midnight Express #101942
RGB
CMYK
RGB Variations
Color information
#101942 (or 0x101942) is known color: Midnight Express. HEX triplet: 10, 19 and 42. RGB value is (16,25,66). Sum of RGB (Red+Green+Blue) = 16+25+66=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #101942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101942 is #EFE6BD. Grayscale: #1A1A1A. Windows color (decimal): -15722174 or 4331792. OLE color: 4331792.
HSL color Cylindrical-coordinate representation of color #101942: hue angle of 229.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #101942 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 25 | 66 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.74 |
| HSL | 229.2º | 0.61% | 0.16% | - |
| HSV(B) | 229.2º | 0.76% | 0.26% | - |
| XYZ | 1.54 | 1.2 | 5.3 | - |
| YUV | 26.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 66 | 0.76 | 0.62 | 0 | 0.74 | 229.2 | 0.61 | 0.16 |
| Hex | 10 | 19 | 42 | 4C | 3E | 0 | 4A | E5 | 3D | 10 |
| Octal | 20 | 31 | 102 | 114 | 76 | 0 | 112 | 345 | 75 | 20 |
| Binary | 10000 | 11001 | 1000010 | 1001100 | 111110 | 0 | 1001010 | 11100101 | 111101 | 10000 |
Color Harmonies of #101942
Complementary color
Monochromatic Colors of #101942
Black with #101942
Text Example
Text Example
White with #101942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101942; }
p { color: rgb(16,25,66); }
H1.HeaderClassName
{
color: #101942;
}
.AnyTagClassName
{
color: #101942;
}
</style>
background-color css
<style>
a { background-color: #101942; }
a { background-color: rgb(16,25,66); }
div.DivClassName
{
background-color: #101942;
}
.BgClassName
{
background-color: #101942;
}
</style>
border-color css
<style>
span { border-color: #101942; }
span { border-color: rgb(16,25,66); }
td.TdClassName
{
border-color: #101942;
}
.TagClassName
{
border-color: #101942;
}
</style>