Shades of Midnight Blue #162C83
Tints of Midnight Blue #162C83
RGB
CMYK
RGB Variations
Color information
#162C83 (or 0x162C83) is known color: Midnight Blue. HEX triplet: 16, 2C and 83. RGB value is (22,44,131). Sum of RGB (Red+Green+Blue) = 22+44+131=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #162C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C83 is #E9D37C. Grayscale: #2E2E2E. Windows color (decimal): -15324029 or 8596502. OLE color: 8596502.
HSL color Cylindrical-coordinate representation of color #162C83: hue angle of 227.89º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162C83 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 44 | 131 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.49 |
| HSL | 227.89º | 0.71% | 0.3% | - |
| HSV(B) | 227.89º | 0.83% | 0.51% | - |
| XYZ | 5.33 | 3.61 | 21.89 | - |
| YUV | 47.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 131 | 0.83 | 0.66 | 0 | 0.49 | 227.89 | 0.71 | 0.3 |
| Hex | 16 | 2C | 83 | 53 | 42 | 0 | 31 | E4 | 47 | 1E |
| Octal | 26 | 54 | 203 | 123 | 102 | 0 | 61 | 344 | 107 | 36 |
| Binary | 10110 | 101100 | 10000011 | 1010011 | 1000010 | 0 | 110001 | 11100100 | 1000111 | 11110 |
Color Harmonies of #162C83
Complementary color
Monochromatic Colors of #162C83
Black with #162C83
Text Example
Text Example
White with #162C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C83; }
p { color: rgb(22,44,131); }
H1.HeaderClassName
{
color: #162C83;
}
.AnyTagClassName
{
color: #162C83;
}
</style>
background-color css
<style>
a { background-color: #162C83; }
a { background-color: rgb(22,44,131); }
div.DivClassName
{
background-color: #162C83;
}
.BgClassName
{
background-color: #162C83;
}
</style>
border-color css
<style>
span { border-color: #162C83; }
span { border-color: rgb(22,44,131); }
td.TdClassName
{
border-color: #162C83;
}
.TagClassName
{
border-color: #162C83;
}
</style>