Shades of Midnight Blue #101162
Tints of Midnight Blue #101162
RGB
CMYK
RGB Variations
Color information
#101162 (or 0x101162) is known color: Midnight Blue. HEX triplet: 10, 11 and 62. RGB value is (16,17,98). Sum of RGB (Red+Green+Blue) = 16+17+98=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #101162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101162 is #EFEE9D. Grayscale: #191919. Windows color (decimal): -15724190 or 6426896. OLE color: 6426896.
HSL color Cylindrical-coordinate representation of color #101162: hue angle of 239.27º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101162 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 17 | 98 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.62 |
| HSL | 239.27º | 0.72% | 0.22% | - |
| HSV(B) | 239.27º | 0.84% | 0.38% | - |
| XYZ | 2.62 | 1.39 | 11.69 | - |
| YUV | 25.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 98 | 0.84 | 0.83 | 0 | 0.62 | 239.27 | 0.72 | 0.22 |
| Hex | 10 | 11 | 62 | 54 | 53 | 0 | 3E | EF | 48 | 16 |
| Octal | 20 | 21 | 142 | 124 | 123 | 0 | 76 | 357 | 110 | 26 |
| Binary | 10000 | 10001 | 1100010 | 1010100 | 1010011 | 0 | 111110 | 11101111 | 1001000 | 10110 |
Color Harmonies of #101162
Complementary color
Monochromatic Colors of #101162
Black with #101162
Text Example
Text Example
White with #101162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101162; }
p { color: rgb(16,17,98); }
H1.HeaderClassName
{
color: #101162;
}
.AnyTagClassName
{
color: #101162;
}
</style>
background-color css
<style>
a { background-color: #101162; }
a { background-color: rgb(16,17,98); }
div.DivClassName
{
background-color: #101162;
}
.BgClassName
{
background-color: #101162;
}
</style>
border-color css
<style>
span { border-color: #101162; }
span { border-color: rgb(16,17,98); }
td.TdClassName
{
border-color: #101162;
}
.TagClassName
{
border-color: #101162;
}
</style>