Shades of Midnight Blue #101F80
Tints of Midnight Blue #101F80
RGB
CMYK
RGB Variations
Color information
#101F80 (or 0x101F80) is known color: Midnight Blue. HEX triplet: 10, 1F and 80. RGB value is (16,31,128). Sum of RGB (Red+Green+Blue) = 16+31+128=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #101F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F80 is #EFE07F. Grayscale: #252525. Windows color (decimal): -15720576 or 8396560. OLE color: 8396560.
HSL color Cylindrical-coordinate representation of color #101F80: hue angle of 231.96º 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 #101F80 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 31 | 128 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.50 |
| HSL | 231.96º | 0.78% | 0.28% | - |
| HSV(B) | 231.96º | 0.88% | 0.5% | - |
| XYZ | 4.6 | 2.65 | 20.69 | - |
| YUV | 37.57 | 179.03 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 128 | 0.88 | 0.76 | 0 | 0.50 | 231.96 | 0.78 | 0.28 |
| Hex | 10 | 1F | 80 | 58 | 4C | 0 | 32 | E8 | 4E | 1C |
| Octal | 20 | 37 | 200 | 130 | 114 | 0 | 62 | 350 | 116 | 34 |
| Binary | 10000 | 11111 | 10000000 | 1011000 | 1001100 | 0 | 110010 | 11101000 | 1001110 | 11100 |
Color Harmonies of #101F80
Complementary color
Monochromatic Colors of #101F80
Black with #101F80
Text Example
Text Example
White with #101F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F80; }
p { color: rgb(16,31,128); }
H1.HeaderClassName
{
color: #101F80;
}
.AnyTagClassName
{
color: #101F80;
}
</style>
background-color css
<style>
a { background-color: #101F80; }
a { background-color: rgb(16,31,128); }
div.DivClassName
{
background-color: #101F80;
}
.BgClassName
{
background-color: #101F80;
}
</style>
border-color css
<style>
span { border-color: #101F80; }
span { border-color: rgb(16,31,128); }
td.TdClassName
{
border-color: #101F80;
}
.TagClassName
{
border-color: #101F80;
}
</style>