Shades of Midnight Express #101F38
Tints of Midnight Express #101F38
RGB
CMYK
RGB Variations
Color information
#101F38 (or 0x101F38) is known color: Midnight Express. HEX triplet: 10, 1F and 38. RGB value is (16,31,56). Sum of RGB (Red+Green+Blue) = 16+31+56=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #101F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F38 is #EFE0C7. Grayscale: #1D1D1D. Windows color (decimal): -15720648 or 3677968. OLE color: 3677968.
HSL color Cylindrical-coordinate representation of color #101F38: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #101F38 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 31 | 56 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.78 |
| HSL | 217.5º | 0.56% | 0.14% | - |
| HSV(B) | 217.5º | 0.71% | 0.22% | - |
| XYZ | 1.42 | 1.38 | 3.93 | - |
| YUV | 29.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 56 | 0.71 | 0.45 | 0 | 0.78 | 217.5 | 0.56 | 0.14 |
| Hex | 10 | 1F | 38 | 47 | 2D | 0 | 4E | DA | 38 | E |
| Octal | 20 | 37 | 70 | 107 | 55 | 0 | 116 | 332 | 70 | 16 |
| Binary | 10000 | 11111 | 111000 | 1000111 | 101101 | 0 | 1001110 | 11011010 | 111000 | 1110 |
Color Harmonies of #101F38
Complementary color
Monochromatic Colors of #101F38
Black with #101F38
Text Example
Text Example
White with #101F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F38; }
p { color: rgb(16,31,56); }
H1.HeaderClassName
{
color: #101F38;
}
.AnyTagClassName
{
color: #101F38;
}
</style>
background-color css
<style>
a { background-color: #101F38; }
a { background-color: rgb(16,31,56); }
div.DivClassName
{
background-color: #101F38;
}
.BgClassName
{
background-color: #101F38;
}
</style>
border-color css
<style>
span { border-color: #101F38; }
span { border-color: rgb(16,31,56); }
td.TdClassName
{
border-color: #101F38;
}
.TagClassName
{
border-color: #101F38;
}
</style>