Shades of Midnight Express #102144
Tints of Midnight Express #102144
RGB
CMYK
RGB Variations
Color information
#102144 (or 0x102144) is known color: Midnight Express. HEX triplet: 10, 21 and 44. RGB value is (16,33,68). Sum of RGB (Red+Green+Blue) = 16+33+68=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #102144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102144 is #EFDEBB. Grayscale: #1F1F1F. Windows color (decimal): -15720124 or 4464912. OLE color: 4464912.
HSL color Cylindrical-coordinate representation of color #102144: hue angle of 220.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #102144 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 33 | 68 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.73 |
| HSL | 220.38º | 0.62% | 0.16% | - |
| HSV(B) | 220.38º | 0.76% | 0.27% | - |
| XYZ | 1.8 | 1.62 | 5.69 | - |
| YUV | 31.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 68 | 0.76 | 0.51 | 0 | 0.73 | 220.38 | 0.62 | 0.16 |
| Hex | 10 | 21 | 44 | 4C | 33 | 0 | 49 | DC | 3E | 10 |
| Octal | 20 | 41 | 104 | 114 | 63 | 0 | 111 | 334 | 76 | 20 |
| Binary | 10000 | 100001 | 1000100 | 1001100 | 110011 | 0 | 1001001 | 11011100 | 111110 | 10000 |
Color Harmonies of #102144
Complementary color
Monochromatic Colors of #102144
Black with #102144
Text Example
Text Example
White with #102144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102144; }
p { color: rgb(16,33,68); }
H1.HeaderClassName
{
color: #102144;
}
.AnyTagClassName
{
color: #102144;
}
</style>
background-color css
<style>
a { background-color: #102144; }
a { background-color: rgb(16,33,68); }
div.DivClassName
{
background-color: #102144;
}
.BgClassName
{
background-color: #102144;
}
</style>
border-color css
<style>
span { border-color: #102144; }
span { border-color: rgb(16,33,68); }
td.TdClassName
{
border-color: #102144;
}
.TagClassName
{
border-color: #102144;
}
</style>