Shades of Midnight Blue #162368
Tints of Midnight Blue #162368
RGB
CMYK
RGB Variations
Color information
#162368 (or 0x162368) is known color: Midnight Blue. HEX triplet: 16, 23 and 68. RGB value is (22,35,104). Sum of RGB (Red+Green+Blue) = 22+35+104=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #162368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #162368 is #E9DC97. Grayscale: #262626. Windows color (decimal): -15326360 or 6824726. OLE color: 6824726.
HSL color Cylindrical-coordinate representation of color #162368: hue angle of 230.49º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #162368 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 35 | 104 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.59 |
| HSL | 230.49º | 0.65% | 0.25% | - |
| HSV(B) | 230.49º | 0.79% | 0.41% | - |
| XYZ | 3.43 | 2.37 | 13.37 | - |
| YUV | 38.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 104 | 0.79 | 0.66 | 0 | 0.59 | 230.49 | 0.65 | 0.25 |
| Hex | 16 | 23 | 68 | 4F | 42 | 0 | 3B | E6 | 41 | 19 |
| Octal | 26 | 43 | 150 | 117 | 102 | 0 | 73 | 346 | 101 | 31 |
| Binary | 10110 | 100011 | 1101000 | 1001111 | 1000010 | 0 | 111011 | 11100110 | 1000001 | 11001 |
Color Harmonies of #162368
Complementary color
Monochromatic Colors of #162368
Black with #162368
Text Example
Text Example
White with #162368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162368; }
p { color: rgb(22,35,104); }
H1.HeaderClassName
{
color: #162368;
}
.AnyTagClassName
{
color: #162368;
}
</style>
background-color css
<style>
a { background-color: #162368; }
a { background-color: rgb(22,35,104); }
div.DivClassName
{
background-color: #162368;
}
.BgClassName
{
background-color: #162368;
}
</style>
border-color css
<style>
span { border-color: #162368; }
span { border-color: rgb(22,35,104); }
td.TdClassName
{
border-color: #162368;
}
.TagClassName
{
border-color: #162368;
}
</style>