Shades of Midnight Blue #10166D
Tints of Midnight Blue #10166D
RGB
CMYK
RGB Variations
Color information
#10166D (or 0x10166D) is known color: Midnight Blue. HEX triplet: 10, 16 and 6D. RGB value is (16,22,109). Sum of RGB (Red+Green+Blue) = 16+22+109=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #10166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166D is #EFE992. Grayscale: #1D1D1D. Windows color (decimal): -15722899 or 7149072. OLE color: 7149072.
HSL color Cylindrical-coordinate representation of color #10166D: hue angle of 236.13º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10166D is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 22 | 109 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.57 |
| HSL | 236.13º | 0.74% | 0.25% | - |
| HSV(B) | 236.13º | 0.85% | 0.43% | - |
| XYZ | 3.26 | 1.79 | 14.64 | - |
| YUV | 30.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 109 | 0.85 | 0.80 | 0 | 0.57 | 236.13 | 0.74 | 0.25 |
| Hex | 10 | 16 | 6D | 55 | 50 | 0 | 39 | EC | 4A | 19 |
| Octal | 20 | 26 | 155 | 125 | 120 | 0 | 71 | 354 | 112 | 31 |
| Binary | 10000 | 10110 | 1101101 | 1010101 | 1010000 | 0 | 111001 | 11101100 | 1001010 | 11001 |
Color Harmonies of #10166D
Complementary color
Monochromatic Colors of #10166D
Black with #10166D
Text Example
Text Example
White with #10166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10166D; }
p { color: rgb(16,22,109); }
H1.HeaderClassName
{
color: #10166D;
}
.AnyTagClassName
{
color: #10166D;
}
</style>
background-color css
<style>
a { background-color: #10166D; }
a { background-color: rgb(16,22,109); }
div.DivClassName
{
background-color: #10166D;
}
.BgClassName
{
background-color: #10166D;
}
</style>
border-color css
<style>
span { border-color: #10166D; }
span { border-color: rgb(16,22,109); }
td.TdClassName
{
border-color: #10166D;
}
.TagClassName
{
border-color: #10166D;
}
</style>