Shades of Midnight Blue #101164
Tints of Midnight Blue #101164
RGB
CMYK
RGB Variations
Color information
#101164 (or 0x101164) is known color: Midnight Blue. HEX triplet: 10, 11 and 64. RGB value is (16,17,100). Sum of RGB (Red+Green+Blue) = 16+17+100=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 100 (39.45% from 255 or 75.19% from 133); Max value from RGB is 100 - color contains mainly: blue. Hex color #101164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101164 is #EFEE9B. Grayscale: #191919. Windows color (decimal): -15724188 or 6557968. OLE color: 6557968.
HSL color Cylindrical-coordinate representation of color #101164: hue angle of 239.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101164 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 17 | 100 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.61 |
| HSL | 239.29º | 0.72% | 0.23% | - |
| HSV(B) | 239.29º | 0.84% | 0.39% | - |
| XYZ | 2.71 | 1.43 | 12.19 | - |
| YUV | 26.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 100 | 0.84 | 0.83 | 0 | 0.61 | 239.29 | 0.72 | 0.23 |
| Hex | 10 | 11 | 64 | 54 | 53 | 0 | 3D | EF | 48 | 17 |
| Octal | 20 | 21 | 144 | 124 | 123 | 0 | 75 | 357 | 110 | 27 |
| Binary | 10000 | 10001 | 1100100 | 1010100 | 1010011 | 0 | 111101 | 11101111 | 1001000 | 10111 |
Color Harmonies of #101164
Complementary color
Monochromatic Colors of #101164
Black with #101164
Text Example
Text Example
White with #101164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101164; }
p { color: rgb(16,17,100); }
H1.HeaderClassName
{
color: #101164;
}
.AnyTagClassName
{
color: #101164;
}
</style>
background-color css
<style>
a { background-color: #101164; }
a { background-color: rgb(16,17,100); }
div.DivClassName
{
background-color: #101164;
}
.BgClassName
{
background-color: #101164;
}
</style>
border-color css
<style>
span { border-color: #101164; }
span { border-color: rgb(16,17,100); }
td.TdClassName
{
border-color: #101164;
}
.TagClassName
{
border-color: #101164;
}
</style>