Shades of Midnight Blue #101F81
Tints of Midnight Blue #101F81
RGB
CMYK
RGB Variations
Color information
#101F81 (or 0x101F81) is known color: Midnight Blue. HEX triplet: 10, 1F and 81. RGB value is (16,31,129). Sum of RGB (Red+Green+Blue) = 16+31+129=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 129 (50.78% from 255 or 73.30% from 176); Max value from RGB is 129 - color contains mainly: blue. Hex color #101F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F81 is #EFE07E. Grayscale: #252525. Windows color (decimal): -15720575 or 8462096. OLE color: 8462096.
HSL color Cylindrical-coordinate representation of color #101F81: hue angle of 232.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101F81 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 31 | 129 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.49 |
| HSL | 232.04º | 0.78% | 0.28% | - |
| HSV(B) | 232.04º | 0.88% | 0.51% | - |
| XYZ | 4.67 | 2.68 | 21.04 | - |
| YUV | 37.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 129 | 0.88 | 0.76 | 0 | 0.49 | 232.04 | 0.78 | 0.28 |
| Hex | 10 | 1F | 81 | 58 | 4C | 0 | 31 | E8 | 4E | 1C |
| Octal | 20 | 37 | 201 | 130 | 114 | 0 | 61 | 350 | 116 | 34 |
| Binary | 10000 | 11111 | 10000001 | 1011000 | 1001100 | 0 | 110001 | 11101000 | 1001110 | 11100 |
Color Harmonies of #101F81
Complementary color
Monochromatic Colors of #101F81
Black with #101F81
Text Example
Text Example
White with #101F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F81; }
p { color: rgb(16,31,129); }
H1.HeaderClassName
{
color: #101F81;
}
.AnyTagClassName
{
color: #101F81;
}
</style>
background-color css
<style>
a { background-color: #101F81; }
a { background-color: rgb(16,31,129); }
div.DivClassName
{
background-color: #101F81;
}
.BgClassName
{
background-color: #101F81;
}
</style>
border-color css
<style>
span { border-color: #101F81; }
span { border-color: rgb(16,31,129); }
td.TdClassName
{
border-color: #101F81;
}
.TagClassName
{
border-color: #101F81;
}
</style>