Shades of Midnight Blue #101F83
Tints of Midnight Blue #101F83
RGB
CMYK
RGB Variations
Color information
#101F83 (or 0x101F83) is known color: Midnight Blue. HEX triplet: 10, 1F and 83. RGB value is (16,31,131). Sum of RGB (Red+Green+Blue) = 16+31+131=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 131 (51.56% from 255 or 73.60% from 178); Max value from RGB is 131 - color contains mainly: blue. Hex color #101F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F83 is #EFE07C. Grayscale: #252525. Windows color (decimal): -15720573 or 8593168. OLE color: 8593168.
HSL color Cylindrical-coordinate representation of color #101F83: hue angle of 232.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101F83 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 31 | 131 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.49 |
| HSL | 232.17º | 0.78% | 0.29% | - |
| HSV(B) | 232.17º | 0.88% | 0.51% | - |
| XYZ | 4.8 | 2.73 | 21.75 | - |
| YUV | 37.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 131 | 0.88 | 0.76 | 0 | 0.49 | 232.17 | 0.78 | 0.29 |
| Hex | 10 | 1F | 83 | 58 | 4C | 0 | 31 | E8 | 4E | 1D |
| Octal | 20 | 37 | 203 | 130 | 114 | 0 | 61 | 350 | 116 | 35 |
| Binary | 10000 | 11111 | 10000011 | 1011000 | 1001100 | 0 | 110001 | 11101000 | 1001110 | 11101 |
Color Harmonies of #101F83
Complementary color
Monochromatic Colors of #101F83
Black with #101F83
Text Example
Text Example
White with #101F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F83; }
p { color: rgb(16,31,131); }
H1.HeaderClassName
{
color: #101F83;
}
.AnyTagClassName
{
color: #101F83;
}
</style>
background-color css
<style>
a { background-color: #101F83; }
a { background-color: rgb(16,31,131); }
div.DivClassName
{
background-color: #101F83;
}
.BgClassName
{
background-color: #101F83;
}
</style>
border-color css
<style>
span { border-color: #101F83; }
span { border-color: rgb(16,31,131); }
td.TdClassName
{
border-color: #101F83;
}
.TagClassName
{
border-color: #101F83;
}
</style>