Shades of Midnight Blue #101475
Tints of Midnight Blue #101475
RGB
CMYK
RGB Variations
Color information
#101475 (or 0x101475) is known color: Midnight Blue. HEX triplet: 10, 14 and 75. RGB value is (16,20,117). Sum of RGB (Red+Green+Blue) = 16+20+117=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #101475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101475 is #EFEB8A. Grayscale: #1D1D1D. Windows color (decimal): -15723403 or 7672848. OLE color: 7672848.
HSL color Cylindrical-coordinate representation of color #101475: hue angle of 237.62º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101475 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 20 | 117 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.54 |
| HSL | 237.62º | 0.76% | 0.26% | - |
| HSV(B) | 237.62º | 0.86% | 0.46% | - |
| XYZ | 3.67 | 1.89 | 17 | - |
| YUV | 29.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 117 | 0.86 | 0.83 | 0 | 0.54 | 237.62 | 0.76 | 0.26 |
| Hex | 10 | 14 | 75 | 56 | 53 | 0 | 36 | EE | 4C | 1A |
| Octal | 20 | 24 | 165 | 126 | 123 | 0 | 66 | 356 | 114 | 32 |
| Binary | 10000 | 10100 | 1110101 | 1010110 | 1010011 | 0 | 110110 | 11101110 | 1001100 | 11010 |
Color Harmonies of #101475
Complementary color
Monochromatic Colors of #101475
Black with #101475
Text Example
Text Example
White with #101475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101475; }
p { color: rgb(16,20,117); }
H1.HeaderClassName
{
color: #101475;
}
.AnyTagClassName
{
color: #101475;
}
</style>
background-color css
<style>
a { background-color: #101475; }
a { background-color: rgb(16,20,117); }
div.DivClassName
{
background-color: #101475;
}
.BgClassName
{
background-color: #101475;
}
</style>
border-color css
<style>
span { border-color: #101475; }
span { border-color: rgb(16,20,117); }
td.TdClassName
{
border-color: #101475;
}
.TagClassName
{
border-color: #101475;
}
</style>