Shades of Midnight Blue #101477
Tints of Midnight Blue #101477
RGB
CMYK
RGB Variations
Color information
#101477 (or 0x101477) is known color: Midnight Blue. HEX triplet: 10, 14 and 77. RGB value is (16,20,119). Sum of RGB (Red+Green+Blue) = 16+20+119=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #101477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101477 is #EFEB88. Grayscale: #1D1D1D. Windows color (decimal): -15723401 or 7803920. OLE color: 7803920.
HSL color Cylindrical-coordinate representation of color #101477: hue angle of 237.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101477 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 20 | 119 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.53 |
| HSL | 237.67º | 0.76% | 0.26% | - |
| HSV(B) | 237.67º | 0.87% | 0.47% | - |
| XYZ | 3.79 | 1.94 | 17.63 | - |
| YUV | 30.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 119 | 0.87 | 0.83 | 0 | 0.53 | 237.67 | 0.76 | 0.26 |
| Hex | 10 | 14 | 77 | 57 | 53 | 0 | 35 | EE | 4C | 1A |
| Octal | 20 | 24 | 167 | 127 | 123 | 0 | 65 | 356 | 114 | 32 |
| Binary | 10000 | 10100 | 1110111 | 1010111 | 1010011 | 0 | 110101 | 11101110 | 1001100 | 11010 |
Color Harmonies of #101477
Complementary color
Monochromatic Colors of #101477
Black with #101477
Text Example
Text Example
White with #101477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101477; }
p { color: rgb(16,20,119); }
H1.HeaderClassName
{
color: #101477;
}
.AnyTagClassName
{
color: #101477;
}
</style>
background-color css
<style>
a { background-color: #101477; }
a { background-color: rgb(16,20,119); }
div.DivClassName
{
background-color: #101477;
}
.BgClassName
{
background-color: #101477;
}
</style>
border-color css
<style>
span { border-color: #101477; }
span { border-color: rgb(16,20,119); }
td.TdClassName
{
border-color: #101477;
}
.TagClassName
{
border-color: #101477;
}
</style>