Shades of Midnight Blue #10166C
Tints of Midnight Blue #10166C
RGB
CMYK
RGB Variations
Color information
#10166C (or 0x10166C) is known color: Midnight Blue. HEX triplet: 10, 16 and 6C. RGB value is (16,22,108). Sum of RGB (Red+Green+Blue) = 16+22+108=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #10166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166C is #EFE993. Grayscale: #1D1D1D. Windows color (decimal): -15722900 or 7083536. OLE color: 7083536.
HSL color Cylindrical-coordinate representation of color #10166C: hue angle of 236.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10166C is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 22 | 108 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.58 |
| HSL | 236.09º | 0.74% | 0.24% | - |
| HSV(B) | 236.09º | 0.85% | 0.42% | - |
| XYZ | 3.21 | 1.77 | 14.36 | - |
| YUV | 30.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 108 | 0.85 | 0.80 | 0 | 0.58 | 236.09 | 0.74 | 0.24 |
| Hex | 10 | 16 | 6C | 55 | 50 | 0 | 3A | EC | 4A | 18 |
| Octal | 20 | 26 | 154 | 125 | 120 | 0 | 72 | 354 | 112 | 30 |
| Binary | 10000 | 10110 | 1101100 | 1010101 | 1010000 | 0 | 111010 | 11101100 | 1001010 | 11000 |
Color Harmonies of #10166C
Complementary color
Monochromatic Colors of #10166C
Black with #10166C
Text Example
Text Example
White with #10166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10166C; }
p { color: rgb(16,22,108); }
H1.HeaderClassName
{
color: #10166C;
}
.AnyTagClassName
{
color: #10166C;
}
</style>
background-color css
<style>
a { background-color: #10166C; }
a { background-color: rgb(16,22,108); }
div.DivClassName
{
background-color: #10166C;
}
.BgClassName
{
background-color: #10166C;
}
</style>
border-color css
<style>
span { border-color: #10166C; }
span { border-color: rgb(16,22,108); }
td.TdClassName
{
border-color: #10166C;
}
.TagClassName
{
border-color: #10166C;
}
</style>