Shades of Midnight Blue #16147F
Tints of Midnight Blue #16147F
RGB
CMYK
RGB Variations
Color information
#16147F (or 0x16147F) is known color: Midnight Blue. HEX triplet: 16, 14 and 7F. RGB value is (22,20,127). Sum of RGB (Red+Green+Blue) = 22+20+127=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #16147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16147F is #E9EB80. Grayscale: #202020. Windows color (decimal): -15330177 or 8328214. OLE color: 8328214.
HSL color Cylindrical-coordinate representation of color #16147F: hue angle of 241.12º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16147F is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 20 | 127 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.50 |
| HSL | 241.12º | 0.73% | 0.29% | - |
| HSV(B) | 241.12º | 0.84% | 0.5% | - |
| XYZ | 4.41 | 2.2 | 20.27 | - |
| YUV | 32.8 | 181.16 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 127 | 0.83 | 0.84 | 0 | 0.50 | 241.12 | 0.73 | 0.29 |
| Hex | 16 | 14 | 7F | 53 | 54 | 0 | 32 | F1 | 49 | 1D |
| Octal | 26 | 24 | 177 | 123 | 124 | 0 | 62 | 361 | 111 | 35 |
| Binary | 10110 | 10100 | 1111111 | 1010011 | 1010100 | 0 | 110010 | 11110001 | 1001001 | 11101 |
Color Harmonies of #16147F
Complementary color
Monochromatic Colors of #16147F
Black with #16147F
Text Example
Text Example
White with #16147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16147F; }
p { color: rgb(22,20,127); }
H1.HeaderClassName
{
color: #16147F;
}
.AnyTagClassName
{
color: #16147F;
}
</style>
background-color css
<style>
a { background-color: #16147F; }
a { background-color: rgb(22,20,127); }
div.DivClassName
{
background-color: #16147F;
}
.BgClassName
{
background-color: #16147F;
}
</style>
border-color css
<style>
span { border-color: #16147F; }
span { border-color: rgb(22,20,127); }
td.TdClassName
{
border-color: #16147F;
}
.TagClassName
{
border-color: #16147F;
}
</style>