Shades of Midnight Blue #101680
Tints of Midnight Blue #101680
RGB
CMYK
RGB Variations
Color information
#101680 (or 0x101680) is known color: Midnight Blue. HEX triplet: 10, 16 and 80. RGB value is (16,22,128). Sum of RGB (Red+Green+Blue) = 16+22+128=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #101680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101680 is #EFE97F. Grayscale: #1F1F1F. Windows color (decimal): -15722880 or 8394256. OLE color: 8394256.
HSL color Cylindrical-coordinate representation of color #101680: hue angle of 236.79º 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 #101680 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 22 | 128 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.50 |
| HSL | 236.79º | 0.78% | 0.28% | - |
| HSV(B) | 236.79º | 0.88% | 0.5% | - |
| XYZ | 4.4 | 2.24 | 20.62 | - |
| YUV | 32.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 128 | 0.88 | 0.83 | 0 | 0.50 | 236.79 | 0.78 | 0.28 |
| Hex | 10 | 16 | 80 | 58 | 53 | 0 | 32 | ED | 4E | 1C |
| Octal | 20 | 26 | 200 | 130 | 123 | 0 | 62 | 355 | 116 | 34 |
| Binary | 10000 | 10110 | 10000000 | 1011000 | 1010011 | 0 | 110010 | 11101101 | 1001110 | 11100 |
Color Harmonies of #101680
Complementary color
Monochromatic Colors of #101680
Black with #101680
Text Example
Text Example
White with #101680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101680; }
p { color: rgb(16,22,128); }
H1.HeaderClassName
{
color: #101680;
}
.AnyTagClassName
{
color: #101680;
}
</style>
background-color css
<style>
a { background-color: #101680; }
a { background-color: rgb(16,22,128); }
div.DivClassName
{
background-color: #101680;
}
.BgClassName
{
background-color: #101680;
}
</style>
border-color css
<style>
span { border-color: #101680; }
span { border-color: rgb(16,22,128); }
td.TdClassName
{
border-color: #101680;
}
.TagClassName
{
border-color: #101680;
}
</style>