Shades of Midnight Blue #162985
Tints of Midnight Blue #162985
RGB
CMYK
RGB Variations
Color information
#162985 (or 0x162985) is known color: Midnight Blue. HEX triplet: 16, 29 and 85. RGB value is (22,41,133). Sum of RGB (Red+Green+Blue) = 22+41+133=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #162985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162985 is #E9D67A. Grayscale: #2D2D2D. Windows color (decimal): -15324795 or 8726806. OLE color: 8726806.
HSL color Cylindrical-coordinate representation of color #162985: hue angle of 229.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #162985 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 41 | 133 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.48 |
| HSL | 229.73º | 0.72% | 0.3% | - |
| HSV(B) | 229.73º | 0.83% | 0.52% | - |
| XYZ | 5.36 | 3.45 | 22.57 | - |
| YUV | 45.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 133 | 0.83 | 0.69 | 0 | 0.48 | 229.73 | 0.72 | 0.3 |
| Hex | 16 | 29 | 85 | 53 | 45 | 0 | 30 | E6 | 48 | 1E |
| Octal | 26 | 51 | 205 | 123 | 105 | 0 | 60 | 346 | 110 | 36 |
| Binary | 10110 | 101001 | 10000101 | 1010011 | 1000101 | 0 | 110000 | 11100110 | 1001000 | 11110 |
Color Harmonies of #162985
Complementary color
Monochromatic Colors of #162985
Black with #162985
Text Example
Text Example
White with #162985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162985; }
p { color: rgb(22,41,133); }
H1.HeaderClassName
{
color: #162985;
}
.AnyTagClassName
{
color: #162985;
}
</style>
background-color css
<style>
a { background-color: #162985; }
a { background-color: rgb(22,41,133); }
div.DivClassName
{
background-color: #162985;
}
.BgClassName
{
background-color: #162985;
}
</style>
border-color css
<style>
span { border-color: #162985; }
span { border-color: rgb(22,41,133); }
td.TdClassName
{
border-color: #162985;
}
.TagClassName
{
border-color: #162985;
}
</style>