Shades of Midnight Blue #101765
Tints of Midnight Blue #101765
RGB
CMYK
RGB Variations
Color information
#101765 (or 0x101765) is known color: Midnight Blue. HEX triplet: 10, 17 and 65. RGB value is (16,23,101). Sum of RGB (Red+Green+Blue) = 16+23+101=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #101765 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101765 is #EFE89A. Grayscale: #1D1D1D. Windows color (decimal): -15722651 or 6625040. OLE color: 6625040.
HSL color Cylindrical-coordinate representation of color #101765: hue angle of 235.06º 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 #101765 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 23 | 101 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.60 |
| HSL | 235.06º | 0.73% | 0.23% | - |
| HSV(B) | 235.06º | 0.84% | 0.4% | - |
| XYZ | 2.87 | 1.66 | 12.48 | - |
| YUV | 29.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 101 | 0.84 | 0.77 | 0 | 0.60 | 235.06 | 0.73 | 0.23 |
| Hex | 10 | 17 | 65 | 54 | 4D | 0 | 3C | EB | 49 | 17 |
| Octal | 20 | 27 | 145 | 124 | 115 | 0 | 74 | 353 | 111 | 27 |
| Binary | 10000 | 10111 | 1100101 | 1010100 | 1001101 | 0 | 111100 | 11101011 | 1001001 | 10111 |
Color Harmonies of #101765
Complementary color
Monochromatic Colors of #101765
Black with #101765
Text Example
Text Example
White with #101765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101765; }
p { color: rgb(16,23,101); }
H1.HeaderClassName
{
color: #101765;
}
.AnyTagClassName
{
color: #101765;
}
</style>
background-color css
<style>
a { background-color: #101765; }
a { background-color: rgb(16,23,101); }
div.DivClassName
{
background-color: #101765;
}
.BgClassName
{
background-color: #101765;
}
</style>
border-color css
<style>
span { border-color: #101765; }
span { border-color: rgb(16,23,101); }
td.TdClassName
{
border-color: #101765;
}
.TagClassName
{
border-color: #101765;
}
</style>