Shades of Midnight Blue #16167C
Tints of Midnight Blue #16167C
RGB
CMYK
RGB Variations
Color information
#16167C (or 0x16167C) is known color: Midnight Blue. HEX triplet: 16, 16 and 7C. RGB value is (22,22,124). Sum of RGB (Red+Green+Blue) = 22+22+124=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #16167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16167C is #E9E983. Grayscale: #212121. Windows color (decimal): -15329668 or 8132118. OLE color: 8132118.
HSL color Cylindrical-coordinate representation of color #16167C: hue angle of 240º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16167C is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 22 | 124 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.51 |
| HSL | 240º | 0.7% | 0.29% | - |
| HSV(B) | 240º | 0.82% | 0.49% | - |
| XYZ | 4.26 | 2.2 | 19.27 | - |
| YUV | 33.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 124 | 0.82 | 0.82 | 0 | 0.51 | 240 | 0.7 | 0.29 |
| Hex | 16 | 16 | 7C | 52 | 52 | 0 | 33 | F0 | 46 | 1D |
| Octal | 26 | 26 | 174 | 122 | 122 | 0 | 63 | 360 | 106 | 35 |
| Binary | 10110 | 10110 | 1111100 | 1010010 | 1010010 | 0 | 110011 | 11110000 | 1000110 | 11101 |
Color Harmonies of #16167C
Complementary color
Monochromatic Colors of #16167C
Black with #16167C
Text Example
Text Example
White with #16167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16167C; }
p { color: rgb(22,22,124); }
H1.HeaderClassName
{
color: #16167C;
}
.AnyTagClassName
{
color: #16167C;
}
</style>
background-color css
<style>
a { background-color: #16167C; }
a { background-color: rgb(22,22,124); }
div.DivClassName
{
background-color: #16167C;
}
.BgClassName
{
background-color: #16167C;
}
</style>
border-color css
<style>
span { border-color: #16167C; }
span { border-color: rgb(22,22,124); }
td.TdClassName
{
border-color: #16167C;
}
.TagClassName
{
border-color: #16167C;
}
</style>