Shades of Midnight Blue #162677
Tints of Midnight Blue #162677
RGB
CMYK
RGB Variations
Color information
#162677 (or 0x162677) is known color: Midnight Blue. HEX triplet: 16, 26 and 77. RGB value is (22,38,119). Sum of RGB (Red+Green+Blue) = 22+38+119=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #162677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162677 is #E9D988. Grayscale: #2A2A2A. Windows color (decimal): -15325577 or 7808534. OLE color: 7808534.
HSL color Cylindrical-coordinate representation of color #162677: hue angle of 230.1º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #162677 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 38 | 119 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.53 |
| HSL | 230.1º | 0.69% | 0.28% | - |
| HSV(B) | 230.1º | 0.82% | 0.47% | - |
| XYZ | 4.35 | 2.89 | 17.78 | - |
| YUV | 42.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 119 | 0.82 | 0.68 | 0 | 0.53 | 230.1 | 0.69 | 0.28 |
| Hex | 16 | 26 | 77 | 52 | 44 | 0 | 35 | E6 | 45 | 1C |
| Octal | 26 | 46 | 167 | 122 | 104 | 0 | 65 | 346 | 105 | 34 |
| Binary | 10110 | 100110 | 1110111 | 1010010 | 1000100 | 0 | 110101 | 11100110 | 1000101 | 11100 |
Color Harmonies of #162677
Complementary color
Monochromatic Colors of #162677
Black with #162677
Text Example
Text Example
White with #162677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162677; }
p { color: rgb(22,38,119); }
H1.HeaderClassName
{
color: #162677;
}
.AnyTagClassName
{
color: #162677;
}
</style>
background-color css
<style>
a { background-color: #162677; }
a { background-color: rgb(22,38,119); }
div.DivClassName
{
background-color: #162677;
}
.BgClassName
{
background-color: #162677;
}
</style>
border-color css
<style>
span { border-color: #162677; }
span { border-color: rgb(22,38,119); }
td.TdClassName
{
border-color: #162677;
}
.TagClassName
{
border-color: #162677;
}
</style>