Shades of Midnight Blue #101366
Tints of Midnight Blue #101366
RGB
CMYK
RGB Variations
Color information
#101366 (or 0x101366) is known color: Midnight Blue. HEX triplet: 10, 13 and 66. RGB value is (16,19,102). Sum of RGB (Red+Green+Blue) = 16+19+102=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #101366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101366 is #EFEC99. Grayscale: #1B1B1B. Windows color (decimal): -15723674 or 6689552. OLE color: 6689552.
HSL color Cylindrical-coordinate representation of color #101366: hue angle of 237.91º 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 #101366 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 19 | 102 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.6 |
| HSL | 237.91º | 0.73% | 0.23% | - |
| HSV(B) | 237.91º | 0.84% | 0.4% | - |
| XYZ | 2.84 | 1.54 | 12.72 | - |
| YUV | 27.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 102 | 0.84 | 0.81 | 0 | 0.6 | 237.91 | 0.73 | 0.23 |
| Hex | 10 | 13 | 66 | 54 | 51 | 0 | 3C | EE | 49 | 17 |
| Octal | 20 | 23 | 146 | 124 | 121 | 0 | 74 | 356 | 111 | 27 |
| Binary | 10000 | 10011 | 1100110 | 1010100 | 1010001 | 0 | 111100 | 11101110 | 1001001 | 10111 |
Color Harmonies of #101366
Complementary color
Monochromatic Colors of #101366
Black with #101366
Text Example
Text Example
White with #101366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101366; }
p { color: rgb(16,19,102); }
H1.HeaderClassName
{
color: #101366;
}
.AnyTagClassName
{
color: #101366;
}
</style>
background-color css
<style>
a { background-color: #101366; }
a { background-color: rgb(16,19,102); }
div.DivClassName
{
background-color: #101366;
}
.BgClassName
{
background-color: #101366;
}
</style>
border-color css
<style>
span { border-color: #101366; }
span { border-color: rgb(16,19,102); }
td.TdClassName
{
border-color: #101366;
}
.TagClassName
{
border-color: #101366;
}
</style>