Shades of Midnight Blue #16126F
Tints of Midnight Blue #16126F
RGB
CMYK
RGB Variations
Color information
#16126F (or 0x16126F) is known color: Midnight Blue. HEX triplet: 16, 12 and 6F. RGB value is (22,18,111). Sum of RGB (Red+Green+Blue) = 22+18+111=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #16126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16126F is #E9ED90. Grayscale: #1D1D1D. Windows color (decimal): -15330705 or 7279126. OLE color: 7279126.
HSL color Cylindrical-coordinate representation of color #16126F: hue angle of 242.58º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16126F is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 18 | 111 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.56 |
| HSL | 242.58º | 0.72% | 0.25% | - |
| HSV(B) | 242.58º | 0.84% | 0.44% | - |
| XYZ | 3.42 | 1.75 | 15.2 | - |
| YUV | 29.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 111 | 0.80 | 0.84 | 0 | 0.56 | 242.58 | 0.72 | 0.25 |
| Hex | 16 | 12 | 6F | 50 | 54 | 0 | 38 | F3 | 48 | 19 |
| Octal | 26 | 22 | 157 | 120 | 124 | 0 | 70 | 363 | 110 | 31 |
| Binary | 10110 | 10010 | 1101111 | 1010000 | 1010100 | 0 | 111000 | 11110011 | 1001000 | 11001 |
Color Harmonies of #16126F
Complementary color
Monochromatic Colors of #16126F
Black with #16126F
Text Example
Text Example
White with #16126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16126F; }
p { color: rgb(22,18,111); }
H1.HeaderClassName
{
color: #16126F;
}
.AnyTagClassName
{
color: #16126F;
}
</style>
background-color css
<style>
a { background-color: #16126F; }
a { background-color: rgb(22,18,111); }
div.DivClassName
{
background-color: #16126F;
}
.BgClassName
{
background-color: #16126F;
}
</style>
border-color css
<style>
span { border-color: #16126F; }
span { border-color: rgb(22,18,111); }
td.TdClassName
{
border-color: #16126F;
}
.TagClassName
{
border-color: #16126F;
}
</style>