Shades of Midnight Blue #161B7C
Tints of Midnight Blue #161B7C
RGB
CMYK
RGB Variations
Color information
#161B7C (or 0x161B7C) is known color: Midnight Blue. HEX triplet: 16, 1B and 7C. RGB value is (22,27,124). Sum of RGB (Red+Green+Blue) = 22+27+124=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #161B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161B7C is #E9E483. Grayscale: #242424. Windows color (decimal): -15328388 or 8133398. OLE color: 8133398.
HSL color Cylindrical-coordinate representation of color #161B7C: hue angle of 237.06º 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 #161B7C is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 27 | 124 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.51 |
| HSL | 237.06º | 0.7% | 0.29% | - |
| HSV(B) | 237.06º | 0.82% | 0.49% | - |
| XYZ | 4.36 | 2.41 | 19.3 | - |
| YUV | 36.56 | 177.34 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 27 | 124 | 0.82 | 0.78 | 0 | 0.51 | 237.06 | 0.7 | 0.29 |
| Hex | 16 | 1B | 7C | 52 | 4E | 0 | 33 | ED | 46 | 1D |
| Octal | 26 | 33 | 174 | 122 | 116 | 0 | 63 | 355 | 106 | 35 |
| Binary | 10110 | 11011 | 1111100 | 1010010 | 1001110 | 0 | 110011 | 11101101 | 1000110 | 11101 |
Color Harmonies of #161B7C
Complementary color
Monochromatic Colors of #161B7C
Black with #161B7C
Text Example
Text Example
White with #161B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B7C; }
p { color: rgb(22,27,124); }
H1.HeaderClassName
{
color: #161B7C;
}
.AnyTagClassName
{
color: #161B7C;
}
</style>
background-color css
<style>
a { background-color: #161B7C; }
a { background-color: rgb(22,27,124); }
div.DivClassName
{
background-color: #161B7C;
}
.BgClassName
{
background-color: #161B7C;
}
</style>
border-color css
<style>
span { border-color: #161B7C; }
span { border-color: rgb(22,27,124); }
td.TdClassName
{
border-color: #161B7C;
}
.TagClassName
{
border-color: #161B7C;
}
</style>