Shades of Midnight Blue #101165
Tints of Midnight Blue #101165
RGB
CMYK
RGB Variations
Color information
#101165 (or 0x101165) is known color: Midnight Blue. HEX triplet: 10, 11 and 65. RGB value is (16,17,101). Sum of RGB (Red+Green+Blue) = 16+17+101=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #101165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101165 is #EFEE9A. Grayscale: #191919. Windows color (decimal): -15724187 or 6623504. OLE color: 6623504.
HSL color Cylindrical-coordinate representation of color #101165: hue angle of 239.29º 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 #101165 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 17 | 101 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.60 |
| HSL | 239.29º | 0.73% | 0.23% | - |
| HSV(B) | 239.29º | 0.84% | 0.4% | - |
| XYZ | 2.76 | 1.45 | 12.45 | - |
| YUV | 26.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 101 | 0.84 | 0.83 | 0 | 0.60 | 239.29 | 0.73 | 0.23 |
| Hex | 10 | 11 | 65 | 54 | 53 | 0 | 3C | EF | 49 | 17 |
| Octal | 20 | 21 | 145 | 124 | 123 | 0 | 74 | 357 | 111 | 27 |
| Binary | 10000 | 10001 | 1100101 | 1010100 | 1010011 | 0 | 111100 | 11101111 | 1001001 | 10111 |
Color Harmonies of #101165
Complementary color
Monochromatic Colors of #101165
Black with #101165
Text Example
Text Example
White with #101165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101165; }
p { color: rgb(16,17,101); }
H1.HeaderClassName
{
color: #101165;
}
.AnyTagClassName
{
color: #101165;
}
</style>
background-color css
<style>
a { background-color: #101165; }
a { background-color: rgb(16,17,101); }
div.DivClassName
{
background-color: #101165;
}
.BgClassName
{
background-color: #101165;
}
</style>
border-color css
<style>
span { border-color: #101165; }
span { border-color: rgb(16,17,101); }
td.TdClassName
{
border-color: #101165;
}
.TagClassName
{
border-color: #101165;
}
</style>