Shades of Midnight Blue #101466
Tints of Midnight Blue #101466
RGB
CMYK
RGB Variations
Color information
#101466 (or 0x101466) is known color: Midnight Blue. HEX triplet: 10, 14 and 66. RGB value is (16,20,102). Sum of RGB (Red+Green+Blue) = 16+20+102=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #101466 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101466 is #EFEB99. Grayscale: #1B1B1B. Windows color (decimal): -15723418 or 6689808. OLE color: 6689808.
HSL color Cylindrical-coordinate representation of color #101466: hue angle of 237.21º 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 #101466 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 20 | 102 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.6 |
| HSL | 237.21º | 0.73% | 0.23% | - |
| HSV(B) | 237.21º | 0.84% | 0.4% | - |
| XYZ | 2.86 | 1.57 | 12.72 | - |
| YUV | 28.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 102 | 0.84 | 0.80 | 0 | 0.6 | 237.21 | 0.73 | 0.23 |
| Hex | 10 | 14 | 66 | 54 | 50 | 0 | 3C | ED | 49 | 17 |
| Octal | 20 | 24 | 146 | 124 | 120 | 0 | 74 | 355 | 111 | 27 |
| Binary | 10000 | 10100 | 1100110 | 1010100 | 1010000 | 0 | 111100 | 11101101 | 1001001 | 10111 |
Color Harmonies of #101466
Complementary color
Monochromatic Colors of #101466
Black with #101466
Text Example
Text Example
White with #101466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101466; }
p { color: rgb(16,20,102); }
H1.HeaderClassName
{
color: #101466;
}
.AnyTagClassName
{
color: #101466;
}
</style>
background-color css
<style>
a { background-color: #101466; }
a { background-color: rgb(16,20,102); }
div.DivClassName
{
background-color: #101466;
}
.BgClassName
{
background-color: #101466;
}
</style>
border-color css
<style>
span { border-color: #101466; }
span { border-color: rgb(16,20,102); }
td.TdClassName
{
border-color: #101466;
}
.TagClassName
{
border-color: #101466;
}
</style>