Shades of Midnight Express #101F4A
Tints of Midnight Express #101F4A
RGB
CMYK
RGB Variations
Color information
#101F4A (or 0x101F4A) is known color: Midnight Express. HEX triplet: 10, 1F and 4A. RGB value is (16,31,74). Sum of RGB (Red+Green+Blue) = 16+31+74=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #101F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F4A is #EFE0B5. Grayscale: #1F1F1F. Windows color (decimal): -15720630 or 4857616. OLE color: 4857616.
HSL color Cylindrical-coordinate representation of color #101F4A: hue angle of 224.48º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101F4A is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 31 | 74 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.71 |
| HSL | 224.48º | 0.64% | 0.18% | - |
| HSV(B) | 224.48º | 0.78% | 0.29% | - |
| XYZ | 1.94 | 1.58 | 6.68 | - |
| YUV | 31.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 74 | 0.78 | 0.58 | 0 | 0.71 | 224.48 | 0.64 | 0.18 |
| Hex | 10 | 1F | 4A | 4E | 3A | 0 | 47 | E0 | 40 | 12 |
| Octal | 20 | 37 | 112 | 116 | 72 | 0 | 107 | 340 | 100 | 22 |
| Binary | 10000 | 11111 | 1001010 | 1001110 | 111010 | 0 | 1000111 | 11100000 | 1000000 | 10010 |
Color Harmonies of #101F4A
Complementary color
Monochromatic Colors of #101F4A
Black with #101F4A
Text Example
Text Example
White with #101F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F4A; }
p { color: rgb(16,31,74); }
H1.HeaderClassName
{
color: #101F4A;
}
.AnyTagClassName
{
color: #101F4A;
}
</style>
background-color css
<style>
a { background-color: #101F4A; }
a { background-color: rgb(16,31,74); }
div.DivClassName
{
background-color: #101F4A;
}
.BgClassName
{
background-color: #101F4A;
}
</style>
border-color css
<style>
span { border-color: #101F4A; }
span { border-color: rgb(16,31,74); }
td.TdClassName
{
border-color: #101F4A;
}
.TagClassName
{
border-color: #101F4A;
}
</style>