Shades of Midnight #162F4B
Tints of Midnight #162F4B
RGB
CMYK
RGB Variations
Color information
#162F4B (or 0x162F4B) is known color: Midnight. HEX triplet: 16, 2F and 4B. RGB value is (22,47,75). Sum of RGB (Red+Green+Blue) = 22+47+75=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #162F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162F4B is #E9D0B4. Grayscale: #2A2A2A. Windows color (decimal): -15323317 or 4927254. OLE color: 4927254.
HSL color Cylindrical-coordinate representation of color #162F4B: hue angle of 211.7º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #162F4B is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 47 | 75 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.71 |
| HSL | 211.7º | 0.55% | 0.19% | - |
| HSV(B) | 211.7º | 0.71% | 0.29% | - |
| XYZ | 2.62 | 2.71 | 7.04 | - |
| YUV | 42.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 75 | 0.71 | 0.37 | 0 | 0.71 | 211.7 | 0.55 | 0.19 |
| Hex | 16 | 2F | 4B | 47 | 25 | 0 | 47 | D4 | 37 | 13 |
| Octal | 26 | 57 | 113 | 107 | 45 | 0 | 107 | 324 | 67 | 23 |
| Binary | 10110 | 101111 | 1001011 | 1000111 | 100101 | 0 | 1000111 | 11010100 | 110111 | 10011 |
Color Harmonies of #162F4B
Complementary color
Monochromatic Colors of #162F4B
Black with #162F4B
Text Example
Text Example
White with #162F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F4B; }
p { color: rgb(22,47,75); }
H1.HeaderClassName
{
color: #162F4B;
}
.AnyTagClassName
{
color: #162F4B;
}
</style>
background-color css
<style>
a { background-color: #162F4B; }
a { background-color: rgb(22,47,75); }
div.DivClassName
{
background-color: #162F4B;
}
.BgClassName
{
background-color: #162F4B;
}
</style>
border-color css
<style>
span { border-color: #162F4B; }
span { border-color: rgb(22,47,75); }
td.TdClassName
{
border-color: #162F4B;
}
.TagClassName
{
border-color: #162F4B;
}
</style>