Shades of Midnight Blue #101E7D
Tints of Midnight Blue #101E7D
RGB
CMYK
RGB Variations
Color information
#101E7D (or 0x101E7D) is known color: Midnight Blue. HEX triplet: 10, 1E and 7D. RGB value is (16,30,125). Sum of RGB (Red+Green+Blue) = 16+30+125=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #101E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101E7D is #EFE182. Grayscale: #242424. Windows color (decimal): -15720835 or 8199696. OLE color: 8199696.
HSL color Cylindrical-coordinate representation of color #101E7D: hue angle of 232.29º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101E7D is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 30 | 125 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.51 |
| HSL | 232.29º | 0.77% | 0.28% | - |
| HSV(B) | 232.29º | 0.87% | 0.49% | - |
| XYZ | 4.38 | 2.52 | 19.66 | - |
| YUV | 36.64 | 177.86 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 125 | 0.87 | 0.76 | 0 | 0.51 | 232.29 | 0.77 | 0.28 |
| Hex | 10 | 1E | 7D | 57 | 4C | 0 | 33 | E8 | 4D | 1C |
| Octal | 20 | 36 | 175 | 127 | 114 | 0 | 63 | 350 | 115 | 34 |
| Binary | 10000 | 11110 | 1111101 | 1010111 | 1001100 | 0 | 110011 | 11101000 | 1001101 | 11100 |
Color Harmonies of #101E7D
Complementary color
Monochromatic Colors of #101E7D
Black with #101E7D
Text Example
Text Example
White with #101E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E7D; }
p { color: rgb(16,30,125); }
H1.HeaderClassName
{
color: #101E7D;
}
.AnyTagClassName
{
color: #101E7D;
}
</style>
background-color css
<style>
a { background-color: #101E7D; }
a { background-color: rgb(16,30,125); }
div.DivClassName
{
background-color: #101E7D;
}
.BgClassName
{
background-color: #101E7D;
}
</style>
border-color css
<style>
span { border-color: #101E7D; }
span { border-color: rgb(16,30,125); }
td.TdClassName
{
border-color: #101E7D;
}
.TagClassName
{
border-color: #101E7D;
}
</style>