Shades of Midnight Blue #101E83
Tints of Midnight Blue #101E83
RGB
CMYK
RGB Variations
Color information
#101E83 (or 0x101E83) is known color: Midnight Blue. HEX triplet: 10, 1E and 83. RGB value is (16,30,131). Sum of RGB (Red+Green+Blue) = 16+30+131=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #101E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101E83 is #EFE17C. Grayscale: #242424. Windows color (decimal): -15720829 or 8592912. OLE color: 8592912.
HSL color Cylindrical-coordinate representation of color #101E83: hue angle of 232.7º 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 #101E83 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 30 | 131 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.49 |
| HSL | 232.7º | 0.78% | 0.29% | - |
| HSV(B) | 232.7º | 0.88% | 0.51% | - |
| XYZ | 4.77 | 2.68 | 21.74 | - |
| YUV | 37.33 | 180.86 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 131 | 0.88 | 0.77 | 0 | 0.49 | 232.7 | 0.78 | 0.29 |
| Hex | 10 | 1E | 83 | 58 | 4D | 0 | 31 | E9 | 4E | 1D |
| Octal | 20 | 36 | 203 | 130 | 115 | 0 | 61 | 351 | 116 | 35 |
| Binary | 10000 | 11110 | 10000011 | 1011000 | 1001101 | 0 | 110001 | 11101001 | 1001110 | 11101 |
Color Harmonies of #101E83
Complementary color
Monochromatic Colors of #101E83
Black with #101E83
Text Example
Text Example
White with #101E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E83; }
p { color: rgb(16,30,131); }
H1.HeaderClassName
{
color: #101E83;
}
.AnyTagClassName
{
color: #101E83;
}
</style>
background-color css
<style>
a { background-color: #101E83; }
a { background-color: rgb(16,30,131); }
div.DivClassName
{
background-color: #101E83;
}
.BgClassName
{
background-color: #101E83;
}
</style>
border-color css
<style>
span { border-color: #101E83; }
span { border-color: rgb(16,30,131); }
td.TdClassName
{
border-color: #101E83;
}
.TagClassName
{
border-color: #101E83;
}
</style>