Shades of Midnight Blue #101966
Tints of Midnight Blue #101966
RGB
CMYK
RGB Variations
Color information
#101966 (or 0x101966) is known color: Midnight Blue. HEX triplet: 10, 19 and 66. RGB value is (16,25,102). Sum of RGB (Red+Green+Blue) = 16+25+102=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #101966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101966 is #EFE699. Grayscale: #1E1E1E. Windows color (decimal): -15722138 or 6691088. OLE color: 6691088.
HSL color Cylindrical-coordinate representation of color #101966: hue angle of 233.72º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101966 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 25 | 102 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.6 |
| HSL | 233.72º | 0.73% | 0.23% | - |
| HSV(B) | 233.72º | 0.84% | 0.4% | - |
| XYZ | 2.96 | 1.76 | 12.76 | - |
| YUV | 31.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 102 | 0.84 | 0.75 | 0 | 0.6 | 233.72 | 0.73 | 0.23 |
| Hex | 10 | 19 | 66 | 54 | 4B | 0 | 3C | EA | 49 | 17 |
| Octal | 20 | 31 | 146 | 124 | 113 | 0 | 74 | 352 | 111 | 27 |
| Binary | 10000 | 11001 | 1100110 | 1010100 | 1001011 | 0 | 111100 | 11101010 | 1001001 | 10111 |
Color Harmonies of #101966
Complementary color
Monochromatic Colors of #101966
Black with #101966
Text Example
Text Example
White with #101966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101966; }
p { color: rgb(16,25,102); }
H1.HeaderClassName
{
color: #101966;
}
.AnyTagClassName
{
color: #101966;
}
</style>
background-color css
<style>
a { background-color: #101966; }
a { background-color: rgb(16,25,102); }
div.DivClassName
{
background-color: #101966;
}
.BgClassName
{
background-color: #101966;
}
</style>
border-color css
<style>
span { border-color: #101966; }
span { border-color: rgb(16,25,102); }
td.TdClassName
{
border-color: #101966;
}
.TagClassName
{
border-color: #101966;
}
</style>