Shades of Midnight Blue #101E80
Tints of Midnight Blue #101E80
RGB
CMYK
RGB Variations
Color information
#101E80 (or 0x101E80) is known color: Midnight Blue. HEX triplet: 10, 1E and 80. RGB value is (16,30,128). Sum of RGB (Red+Green+Blue) = 16+30+128=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #101E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101E80 is #EFE17F. Grayscale: #242424. Windows color (decimal): -15720832 or 8396304. OLE color: 8396304.
HSL color Cylindrical-coordinate representation of color #101E80: hue angle of 232.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101E80 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 30 | 128 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.50 |
| HSL | 232.5º | 0.78% | 0.28% | - |
| HSV(B) | 232.5º | 0.88% | 0.5% | - |
| XYZ | 4.57 | 2.6 | 20.68 | - |
| YUV | 36.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 128 | 0.88 | 0.77 | 0 | 0.50 | 232.5 | 0.78 | 0.28 |
| Hex | 10 | 1E | 80 | 58 | 4D | 0 | 32 | E8 | 4E | 1C |
| Octal | 20 | 36 | 200 | 130 | 115 | 0 | 62 | 350 | 116 | 34 |
| Binary | 10000 | 11110 | 10000000 | 1011000 | 1001101 | 0 | 110010 | 11101000 | 1001110 | 11100 |
Color Harmonies of #101E80
Complementary color
Monochromatic Colors of #101E80
Black with #101E80
Text Example
Text Example
White with #101E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E80; }
p { color: rgb(16,30,128); }
H1.HeaderClassName
{
color: #101E80;
}
.AnyTagClassName
{
color: #101E80;
}
</style>
background-color css
<style>
a { background-color: #101E80; }
a { background-color: rgb(16,30,128); }
div.DivClassName
{
background-color: #101E80;
}
.BgClassName
{
background-color: #101E80;
}
</style>
border-color css
<style>
span { border-color: #101E80; }
span { border-color: rgb(16,30,128); }
td.TdClassName
{
border-color: #101E80;
}
.TagClassName
{
border-color: #101E80;
}
</style>