Shades of Midnight Blue #10166B
Tints of Midnight Blue #10166B
RGB
CMYK
RGB Variations
Color information
#10166B (or 0x10166B) is known color: Midnight Blue. HEX triplet: 10, 16 and 6B. RGB value is (16,22,107). Sum of RGB (Red+Green+Blue) = 16+22+107=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #10166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166B is #EFE994. Grayscale: #1D1D1D. Windows color (decimal): -15722901 or 7018000. OLE color: 7018000.
HSL color Cylindrical-coordinate representation of color #10166B: hue angle of 236.04º 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 #10166B is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 22 | 107 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.58 |
| HSL | 236.04º | 0.74% | 0.24% | - |
| HSV(B) | 236.04º | 0.85% | 0.42% | - |
| XYZ | 3.15 | 1.75 | 14.08 | - |
| YUV | 29.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 107 | 0.85 | 0.79 | 0 | 0.58 | 236.04 | 0.74 | 0.24 |
| Hex | 10 | 16 | 6B | 55 | 4F | 0 | 3A | EC | 4A | 18 |
| Octal | 20 | 26 | 153 | 125 | 117 | 0 | 72 | 354 | 112 | 30 |
| Binary | 10000 | 10110 | 1101011 | 1010101 | 1001111 | 0 | 111010 | 11101100 | 1001010 | 11000 |
Color Harmonies of #10166B
Complementary color
Monochromatic Colors of #10166B
Black with #10166B
Text Example
Text Example
White with #10166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10166B; }
p { color: rgb(16,22,107); }
H1.HeaderClassName
{
color: #10166B;
}
.AnyTagClassName
{
color: #10166B;
}
</style>
background-color css
<style>
a { background-color: #10166B; }
a { background-color: rgb(16,22,107); }
div.DivClassName
{
background-color: #10166B;
}
.BgClassName
{
background-color: #10166B;
}
</style>
border-color css
<style>
span { border-color: #10166B; }
span { border-color: rgb(16,22,107); }
td.TdClassName
{
border-color: #10166B;
}
.TagClassName
{
border-color: #10166B;
}
</style>