Shades of Midnight Blue #101F84
Tints of Midnight Blue #101F84
RGB
CMYK
RGB Variations
Color information
#101F84 (or 0x101F84) is known color: Midnight Blue. HEX triplet: 10, 1F and 84. RGB value is (16,31,132). Sum of RGB (Red+Green+Blue) = 16+31+132=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #101F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F84 is #EFE07B. Grayscale: #252525. Windows color (decimal): -15720572 or 8658704. OLE color: 8658704.
HSL color Cylindrical-coordinate representation of color #101F84: hue angle of 232.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101F84 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 31 | 132 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.48 |
| HSL | 232.24º | 0.78% | 0.29% | - |
| HSV(B) | 232.24º | 0.88% | 0.52% | - |
| XYZ | 4.87 | 2.76 | 22.11 | - |
| YUV | 38.03 | 181.03 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 132 | 0.88 | 0.77 | 0 | 0.48 | 232.24 | 0.78 | 0.29 |
| Hex | 10 | 1F | 84 | 58 | 4D | 0 | 30 | E8 | 4E | 1D |
| Octal | 20 | 37 | 204 | 130 | 115 | 0 | 60 | 350 | 116 | 35 |
| Binary | 10000 | 11111 | 10000100 | 1011000 | 1001101 | 0 | 110000 | 11101000 | 1001110 | 11101 |
Color Harmonies of #101F84
Complementary color
Monochromatic Colors of #101F84
Black with #101F84
Text Example
Text Example
White with #101F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F84; }
p { color: rgb(16,31,132); }
H1.HeaderClassName
{
color: #101F84;
}
.AnyTagClassName
{
color: #101F84;
}
</style>
background-color css
<style>
a { background-color: #101F84; }
a { background-color: rgb(16,31,132); }
div.DivClassName
{
background-color: #101F84;
}
.BgClassName
{
background-color: #101F84;
}
</style>
border-color css
<style>
span { border-color: #101F84; }
span { border-color: rgb(16,31,132); }
td.TdClassName
{
border-color: #101F84;
}
.TagClassName
{
border-color: #101F84;
}
</style>