Shades of Midnight Blue #16185E
Tints of Midnight Blue #16185E
RGB
CMYK
RGB Variations
Color information
#16185E (or 0x16185E) is known color: Midnight Blue. HEX triplet: 16, 18 and 5E. RGB value is (22,24,94). Sum of RGB (Red+Green+Blue) = 22+24+94=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #16185E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16185E is #E9E7A1. Grayscale: #1F1F1F. Windows color (decimal): -15329186 or 6166550. OLE color: 6166550.
HSL color Cylindrical-coordinate representation of color #16185E: hue angle of 238.33º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16185E is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 24 | 94 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.63 |
| HSL | 238.33º | 0.62% | 0.23% | - |
| HSV(B) | 238.33º | 0.77% | 0.37% | - |
| XYZ | 2.68 | 1.63 | 10.76 | - |
| YUV | 31.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 94 | 0.77 | 0.74 | 0 | 0.63 | 238.33 | 0.62 | 0.23 |
| Hex | 16 | 18 | 5E | 4D | 4A | 0 | 3F | EE | 3E | 17 |
| Octal | 26 | 30 | 136 | 115 | 112 | 0 | 77 | 356 | 76 | 27 |
| Binary | 10110 | 11000 | 1011110 | 1001101 | 1001010 | 0 | 111111 | 11101110 | 111110 | 10111 |
Color Harmonies of #16185E
Complementary color
Monochromatic Colors of #16185E
Black with #16185E
Text Example
Text Example
White with #16185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16185E; }
p { color: rgb(22,24,94); }
H1.HeaderClassName
{
color: #16185E;
}
.AnyTagClassName
{
color: #16185E;
}
</style>
background-color css
<style>
a { background-color: #16185E; }
a { background-color: rgb(22,24,94); }
div.DivClassName
{
background-color: #16185E;
}
.BgClassName
{
background-color: #16185E;
}
</style>
border-color css
<style>
span { border-color: #16185E; }
span { border-color: rgb(22,24,94); }
td.TdClassName
{
border-color: #16185E;
}
.TagClassName
{
border-color: #16185E;
}
</style>