Shades of Midnight Blue #101970
Tints of Midnight Blue #101970
RGB
CMYK
RGB Variations
Color information
#101970 (or 0x101970) is known color: Midnight Blue. HEX triplet: 10, 19 and 70. RGB value is (16,25,112). Sum of RGB (Red+Green+Blue) = 16+25+112=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #101970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101970 is #EFE68F. Grayscale: #1F1F1F. Windows color (decimal): -15722128 or 7346448. OLE color: 7346448.
HSL color Cylindrical-coordinate representation of color #101970: hue angle of 234.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101970 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 25 | 112 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.56 |
| HSL | 234.38º | 0.75% | 0.25% | - |
| HSV(B) | 234.38º | 0.86% | 0.44% | - |
| XYZ | 3.49 | 1.98 | 15.53 | - |
| YUV | 32.23 | 173.02 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 112 | 0.86 | 0.78 | 0 | 0.56 | 234.38 | 0.75 | 0.25 |
| Hex | 10 | 19 | 70 | 56 | 4E | 0 | 38 | EA | 4B | 19 |
| Octal | 20 | 31 | 160 | 126 | 116 | 0 | 70 | 352 | 113 | 31 |
| Binary | 10000 | 11001 | 1110000 | 1010110 | 1001110 | 0 | 111000 | 11101010 | 1001011 | 11001 |
Color Harmonies of #101970
Complementary color
Monochromatic Colors of #101970
Black with #101970
Text Example
Text Example
White with #101970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101970; }
p { color: rgb(16,25,112); }
H1.HeaderClassName
{
color: #101970;
}
.AnyTagClassName
{
color: #101970;
}
</style>
background-color css
<style>
a { background-color: #101970; }
a { background-color: rgb(16,25,112); }
div.DivClassName
{
background-color: #101970;
}
.BgClassName
{
background-color: #101970;
}
</style>
border-color css
<style>
span { border-color: #101970; }
span { border-color: rgb(16,25,112); }
td.TdClassName
{
border-color: #101970;
}
.TagClassName
{
border-color: #101970;
}
</style>