Shades of Midnight Blue #161C74
Tints of Midnight Blue #161C74
RGB
CMYK
RGB Variations
Color information
#161C74 (or 0x161C74) is known color: Midnight Blue. HEX triplet: 16, 1C and 74. RGB value is (22,28,116). Sum of RGB (Red+Green+Blue) = 22+28+116=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #161C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C74 is #E9E38B. Grayscale: #232323. Windows color (decimal): -15328140 or 7609366. OLE color: 7609366.
HSL color Cylindrical-coordinate representation of color #161C74: hue angle of 236.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161C74 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 28 | 116 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.55 |
| HSL | 236.17º | 0.68% | 0.27% | - |
| HSV(B) | 236.17º | 0.81% | 0.45% | - |
| XYZ | 3.9 | 2.26 | 16.75 | - |
| YUV | 36.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 116 | 0.81 | 0.76 | 0 | 0.55 | 236.17 | 0.68 | 0.27 |
| Hex | 16 | 1C | 74 | 51 | 4C | 0 | 37 | EC | 44 | 1B |
| Octal | 26 | 34 | 164 | 121 | 114 | 0 | 67 | 354 | 104 | 33 |
| Binary | 10110 | 11100 | 1110100 | 1010001 | 1001100 | 0 | 110111 | 11101100 | 1000100 | 11011 |
Color Harmonies of #161C74
Complementary color
Monochromatic Colors of #161C74
Black with #161C74
Text Example
Text Example
White with #161C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C74; }
p { color: rgb(22,28,116); }
H1.HeaderClassName
{
color: #161C74;
}
.AnyTagClassName
{
color: #161C74;
}
</style>
background-color css
<style>
a { background-color: #161C74; }
a { background-color: rgb(22,28,116); }
div.DivClassName
{
background-color: #161C74;
}
.BgClassName
{
background-color: #161C74;
}
</style>
border-color css
<style>
span { border-color: #161C74; }
span { border-color: rgb(22,28,116); }
td.TdClassName
{
border-color: #161C74;
}
.TagClassName
{
border-color: #161C74;
}
</style>