Shades of Midnight Blue #161C67
Tints of Midnight Blue #161C67
RGB
CMYK
RGB Variations
Color information
#161C67 (or 0x161C67) is known color: Midnight Blue. HEX triplet: 16, 1C and 67. RGB value is (22,28,103). Sum of RGB (Red+Green+Blue) = 22+28+103=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #161C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C67 is #E9E398. Grayscale: #222222. Windows color (decimal): -15328153 or 6757398. OLE color: 6757398.
HSL color Cylindrical-coordinate representation of color #161C67: hue angle of 235.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #161C67 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 28 | 103 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.60 |
| HSL | 235.56º | 0.65% | 0.25% | - |
| HSV(B) | 235.56º | 0.79% | 0.4% | - |
| XYZ | 3.19 | 1.98 | 13.05 | - |
| YUV | 34.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 103 | 0.79 | 0.73 | 0 | 0.60 | 235.56 | 0.65 | 0.25 |
| Hex | 16 | 1C | 67 | 4F | 49 | 0 | 3C | EC | 41 | 19 |
| Octal | 26 | 34 | 147 | 117 | 111 | 0 | 74 | 354 | 101 | 31 |
| Binary | 10110 | 11100 | 1100111 | 1001111 | 1001001 | 0 | 111100 | 11101100 | 1000001 | 11001 |
Color Harmonies of #161C67
Complementary color
Monochromatic Colors of #161C67
Black with #161C67
Text Example
Text Example
White with #161C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C67; }
p { color: rgb(22,28,103); }
H1.HeaderClassName
{
color: #161C67;
}
.AnyTagClassName
{
color: #161C67;
}
</style>
background-color css
<style>
a { background-color: #161C67; }
a { background-color: rgb(22,28,103); }
div.DivClassName
{
background-color: #161C67;
}
.BgClassName
{
background-color: #161C67;
}
</style>
border-color css
<style>
span { border-color: #161C67; }
span { border-color: rgb(22,28,103); }
td.TdClassName
{
border-color: #161C67;
}
.TagClassName
{
border-color: #161C67;
}
</style>