Shades of Midnight Express #101239
Tints of Midnight Express #101239
RGB
CMYK
RGB Variations
Color information
#101239 (or 0x101239) is known color: Midnight Express. HEX triplet: 10, 12 and 39. RGB value is (16,18,57). Sum of RGB (Red+Green+Blue) = 16+18+57=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #101239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101239 is #EFEDC6. Grayscale: #151515. Windows color (decimal): -15723975 or 3740176. OLE color: 3740176.
HSL color Cylindrical-coordinate representation of color #101239: hue angle of 237.07º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #101239 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 18 | 57 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.78 |
| HSL | 237.07º | 0.56% | 0.14% | - |
| HSV(B) | 237.07º | 0.72% | 0.22% | - |
| XYZ | 1.17 | 0.84 | 3.97 | - |
| YUV | 21.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 57 | 0.72 | 0.68 | 0 | 0.78 | 237.07 | 0.56 | 0.14 |
| Hex | 10 | 12 | 39 | 48 | 44 | 0 | 4E | ED | 38 | E |
| Octal | 20 | 22 | 71 | 110 | 104 | 0 | 116 | 355 | 70 | 16 |
| Binary | 10000 | 10010 | 111001 | 1001000 | 1000100 | 0 | 1001110 | 11101101 | 111000 | 1110 |
Color Harmonies of #101239
Complementary color
Monochromatic Colors of #101239
Black with #101239
Text Example
Text Example
White with #101239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101239; }
p { color: rgb(16,18,57); }
H1.HeaderClassName
{
color: #101239;
}
.AnyTagClassName
{
color: #101239;
}
</style>
background-color css
<style>
a { background-color: #101239; }
a { background-color: rgb(16,18,57); }
div.DivClassName
{
background-color: #101239;
}
.BgClassName
{
background-color: #101239;
}
</style>
border-color css
<style>
span { border-color: #101239; }
span { border-color: rgb(16,18,57); }
td.TdClassName
{
border-color: #101239;
}
.TagClassName
{
border-color: #101239;
}
</style>