Shades of Midnight Blue #16126D
Tints of Midnight Blue #16126D
RGB
CMYK
RGB Variations
Color information
#16126D (or 0x16126D) is known color: Midnight Blue. HEX triplet: 16, 12 and 6D. RGB value is (22,18,109). Sum of RGB (Red+Green+Blue) = 22+18+109=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #16126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16126D is #E9ED92. Grayscale: #1D1D1D. Windows color (decimal): -15330707 or 7148054. OLE color: 7148054.
HSL color Cylindrical-coordinate representation of color #16126D: hue angle of 242.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16126D is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 18 | 109 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.57 |
| HSL | 242.64º | 0.72% | 0.25% | - |
| HSV(B) | 242.64º | 0.83% | 0.43% | - |
| XYZ | 3.31 | 1.71 | 14.62 | - |
| YUV | 29.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 109 | 0.80 | 0.83 | 0 | 0.57 | 242.64 | 0.72 | 0.25 |
| Hex | 16 | 12 | 6D | 50 | 53 | 0 | 39 | F3 | 48 | 19 |
| Octal | 26 | 22 | 155 | 120 | 123 | 0 | 71 | 363 | 110 | 31 |
| Binary | 10110 | 10010 | 1101101 | 1010000 | 1010011 | 0 | 111001 | 11110011 | 1001000 | 11001 |
Color Harmonies of #16126D
Complementary color
Monochromatic Colors of #16126D
Black with #16126D
Text Example
Text Example
White with #16126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16126D; }
p { color: rgb(22,18,109); }
H1.HeaderClassName
{
color: #16126D;
}
.AnyTagClassName
{
color: #16126D;
}
</style>
background-color css
<style>
a { background-color: #16126D; }
a { background-color: rgb(22,18,109); }
div.DivClassName
{
background-color: #16126D;
}
.BgClassName
{
background-color: #16126D;
}
</style>
border-color css
<style>
span { border-color: #16126D; }
span { border-color: rgb(22,18,109); }
td.TdClassName
{
border-color: #16126D;
}
.TagClassName
{
border-color: #16126D;
}
</style>