Shades of Midnight Blue #161C5C
Tints of Midnight Blue #161C5C
RGB
CMYK
RGB Variations
Color information
#161C5C (or 0x161C5C) is known color: Midnight Blue. HEX triplet: 16, 1C and 5C. RGB value is (22,28,92). Sum of RGB (Red+Green+Blue) = 22+28+92=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #161C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C5C is #E9E3A3. Grayscale: #212121. Windows color (decimal): -15328164 or 6036502. OLE color: 6036502.
HSL color Cylindrical-coordinate representation of color #161C5C: hue angle of 234.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161C5C is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 28 | 92 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.64 |
| HSL | 234.86º | 0.61% | 0.22% | - |
| HSV(B) | 234.86º | 0.76% | 0.36% | - |
| XYZ | 2.68 | 1.77 | 10.33 | - |
| YUV | 33.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 92 | 0.76 | 0.70 | 0 | 0.64 | 234.86 | 0.61 | 0.22 |
| Hex | 16 | 1C | 5C | 4C | 46 | 0 | 40 | EB | 3D | 16 |
| Octal | 26 | 34 | 134 | 114 | 106 | 0 | 100 | 353 | 75 | 26 |
| Binary | 10110 | 11100 | 1011100 | 1001100 | 1000110 | 0 | 1000000 | 11101011 | 111101 | 10110 |
Color Harmonies of #161C5C
Complementary color
Monochromatic Colors of #161C5C
Black with #161C5C
Text Example
Text Example
White with #161C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C5C; }
p { color: rgb(22,28,92); }
H1.HeaderClassName
{
color: #161C5C;
}
.AnyTagClassName
{
color: #161C5C;
}
</style>
background-color css
<style>
a { background-color: #161C5C; }
a { background-color: rgb(22,28,92); }
div.DivClassName
{
background-color: #161C5C;
}
.BgClassName
{
background-color: #161C5C;
}
</style>
border-color css
<style>
span { border-color: #161C5C; }
span { border-color: rgb(22,28,92); }
td.TdClassName
{
border-color: #161C5C;
}
.TagClassName
{
border-color: #161C5C;
}
</style>