Shades of Midnight Blue #16127F
Tints of Midnight Blue #16127F
RGB
CMYK
RGB Variations
Color information
#16127F (or 0x16127F) is known color: Midnight Blue. HEX triplet: 16, 12 and 7F. RGB value is (22,18,127). Sum of RGB (Red+Green+Blue) = 22+18+127=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #16127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16127F is #E9ED80. Grayscale: #1F1F1F. Windows color (decimal): -15330689 or 8327702. OLE color: 8327702.
HSL color Cylindrical-coordinate representation of color #16127F: hue angle of 242.2º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16127F is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 18 | 127 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.50 |
| HSL | 242.2º | 0.75% | 0.28% | - |
| HSV(B) | 242.2º | 0.86% | 0.5% | - |
| XYZ | 4.38 | 2.14 | 20.26 | - |
| YUV | 31.62 | 181.83 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 127 | 0.83 | 0.86 | 0 | 0.50 | 242.2 | 0.75 | 0.28 |
| Hex | 16 | 12 | 7F | 53 | 56 | 0 | 32 | F2 | 4B | 1C |
| Octal | 26 | 22 | 177 | 123 | 126 | 0 | 62 | 362 | 113 | 34 |
| Binary | 10110 | 10010 | 1111111 | 1010011 | 1010110 | 0 | 110010 | 11110010 | 1001011 | 11100 |
Color Harmonies of #16127F
Complementary color
Monochromatic Colors of #16127F
Black with #16127F
Text Example
Text Example
White with #16127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16127F; }
p { color: rgb(22,18,127); }
H1.HeaderClassName
{
color: #16127F;
}
.AnyTagClassName
{
color: #16127F;
}
</style>
background-color css
<style>
a { background-color: #16127F; }
a { background-color: rgb(22,18,127); }
div.DivClassName
{
background-color: #16127F;
}
.BgClassName
{
background-color: #16127F;
}
</style>
border-color css
<style>
span { border-color: #16127F; }
span { border-color: rgb(22,18,127); }
td.TdClassName
{
border-color: #16127F;
}
.TagClassName
{
border-color: #16127F;
}
</style>