Shades of Midnight Blue #10166F
Tints of Midnight Blue #10166F
RGB
CMYK
RGB Variations
Color information
#10166F (or 0x10166F) is known color: Midnight Blue. HEX triplet: 10, 16 and 6F. RGB value is (16,22,111). Sum of RGB (Red+Green+Blue) = 16+22+111=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #10166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10166F is #EFE990. Grayscale: #1D1D1D. Windows color (decimal): -15722897 or 7280144. OLE color: 7280144.
HSL color Cylindrical-coordinate representation of color #10166F: hue angle of 236.21º 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 #10166F is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 22 | 111 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.56 |
| HSL | 236.21º | 0.75% | 0.25% | - |
| HSV(B) | 236.21º | 0.86% | 0.44% | - |
| XYZ | 3.37 | 1.83 | 15.21 | - |
| YUV | 30.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 111 | 0.86 | 0.80 | 0 | 0.56 | 236.21 | 0.75 | 0.25 |
| Hex | 10 | 16 | 6F | 56 | 50 | 0 | 38 | EC | 4B | 19 |
| Octal | 20 | 26 | 157 | 126 | 120 | 0 | 70 | 354 | 113 | 31 |
| Binary | 10000 | 10110 | 1101111 | 1010110 | 1010000 | 0 | 111000 | 11101100 | 1001011 | 11001 |
Color Harmonies of #10166F
Complementary color
Monochromatic Colors of #10166F
Black with #10166F
Text Example
Text Example
White with #10166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10166F; }
p { color: rgb(16,22,111); }
H1.HeaderClassName
{
color: #10166F;
}
.AnyTagClassName
{
color: #10166F;
}
</style>
background-color css
<style>
a { background-color: #10166F; }
a { background-color: rgb(16,22,111); }
div.DivClassName
{
background-color: #10166F;
}
.BgClassName
{
background-color: #10166F;
}
</style>
border-color css
<style>
span { border-color: #10166F; }
span { border-color: rgb(16,22,111); }
td.TdClassName
{
border-color: #10166F;
}
.TagClassName
{
border-color: #10166F;
}
</style>