Shades of Midnight Blue #101073
Tints of Midnight Blue #101073
RGB
CMYK
RGB Variations
Color information
#101073 (or 0x101073) is known color: Midnight Blue. HEX triplet: 10, 10 and 73. RGB value is (16,16,115). Sum of RGB (Red+Green+Blue) = 16+16+115=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #101073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101073 is #EFEF8C. Grayscale: #1A1A1A. Windows color (decimal): -15724429 or 7540752. OLE color: 7540752.
HSL color Cylindrical-coordinate representation of color #101073: hue angle of 240º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101073 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 16 | 115 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.55 |
| HSL | 240º | 0.76% | 0.26% | - |
| HSV(B) | 240º | 0.86% | 0.45% | - |
| XYZ | 3.49 | 1.72 | 16.37 | - |
| YUV | 27.29 | 177.5 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 115 | 0.86 | 0.86 | 0 | 0.55 | 240 | 0.76 | 0.26 |
| Hex | 10 | 10 | 73 | 56 | 56 | 0 | 37 | F0 | 4C | 1A |
| Octal | 20 | 20 | 163 | 126 | 126 | 0 | 67 | 360 | 114 | 32 |
| Binary | 10000 | 10000 | 1110011 | 1010110 | 1010110 | 0 | 110111 | 11110000 | 1001100 | 11010 |
Color Harmonies of #101073
Complementary color
Monochromatic Colors of #101073
Black with #101073
Text Example
Text Example
White with #101073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101073; }
p { color: rgb(16,16,115); }
H1.HeaderClassName
{
color: #101073;
}
.AnyTagClassName
{
color: #101073;
}
</style>
background-color css
<style>
a { background-color: #101073; }
a { background-color: rgb(16,16,115); }
div.DivClassName
{
background-color: #101073;
}
.BgClassName
{
background-color: #101073;
}
</style>
border-color css
<style>
span { border-color: #101073; }
span { border-color: rgb(16,16,115); }
td.TdClassName
{
border-color: #101073;
}
.TagClassName
{
border-color: #101073;
}
</style>