Shades of Midnight Express #101842
Tints of Midnight Express #101842
RGB
CMYK
RGB Variations
Color information
#101842 (or 0x101842) is known color: Midnight Express. HEX triplet: 10, 18 and 42. RGB value is (16,24,66). Sum of RGB (Red+Green+Blue) = 16+24+66=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #101842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101842 is #EFE7BD. Grayscale: #1A1A1A. Windows color (decimal): -15722430 or 4331536. OLE color: 4331536.
HSL color Cylindrical-coordinate representation of color #101842: hue angle of 230.4º 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 #101842 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 24 | 66 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.74 |
| HSL | 230.4º | 0.61% | 0.16% | - |
| HSV(B) | 230.4º | 0.76% | 0.26% | - |
| XYZ | 1.52 | 1.16 | 5.3 | - |
| YUV | 26.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 66 | 0.76 | 0.64 | 0 | 0.74 | 230.4 | 0.61 | 0.16 |
| Hex | 10 | 18 | 42 | 4C | 40 | 0 | 4A | E6 | 3D | 10 |
| Octal | 20 | 30 | 102 | 114 | 100 | 0 | 112 | 346 | 75 | 20 |
| Binary | 10000 | 11000 | 1000010 | 1001100 | 1000000 | 0 | 1001010 | 11100110 | 111101 | 10000 |
Color Harmonies of #101842
Complementary color
Monochromatic Colors of #101842
Black with #101842
Text Example
Text Example
White with #101842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101842; }
p { color: rgb(16,24,66); }
H1.HeaderClassName
{
color: #101842;
}
.AnyTagClassName
{
color: #101842;
}
</style>
background-color css
<style>
a { background-color: #101842; }
a { background-color: rgb(16,24,66); }
div.DivClassName
{
background-color: #101842;
}
.BgClassName
{
background-color: #101842;
}
</style>
border-color css
<style>
span { border-color: #101842; }
span { border-color: rgb(16,24,66); }
td.TdClassName
{
border-color: #101842;
}
.TagClassName
{
border-color: #101842;
}
</style>