Shades of Midnight #16294A
Tints of Midnight #16294A
RGB
CMYK
RGB Variations
Color information
#16294A (or 0x16294A) is known color: Midnight. HEX triplet: 16, 29 and 4A. RGB value is (22,41,74). Sum of RGB (Red+Green+Blue) = 22+41+74=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #16294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16294A is #E9D6B5. Grayscale: #262626. Windows color (decimal): -15324854 or 4860182. OLE color: 4860182.
HSL color Cylindrical-coordinate representation of color #16294A: hue angle of 218.08º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16294A is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 41 | 74 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.71 |
| HSL | 218.08º | 0.54% | 0.19% | - |
| HSV(B) | 218.08º | 0.7% | 0.29% | - |
| XYZ | 2.36 | 2.25 | 6.79 | - |
| YUV | 39.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 74 | 0.70 | 0.45 | 0 | 0.71 | 218.08 | 0.54 | 0.19 |
| Hex | 16 | 29 | 4A | 46 | 2D | 0 | 47 | DA | 36 | 13 |
| Octal | 26 | 51 | 112 | 106 | 55 | 0 | 107 | 332 | 66 | 23 |
| Binary | 10110 | 101001 | 1001010 | 1000110 | 101101 | 0 | 1000111 | 11011010 | 110110 | 10011 |
Color Harmonies of #16294A
Complementary color
Monochromatic Colors of #16294A
Black with #16294A
Text Example
Text Example
White with #16294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16294A; }
p { color: rgb(22,41,74); }
H1.HeaderClassName
{
color: #16294A;
}
.AnyTagClassName
{
color: #16294A;
}
</style>
background-color css
<style>
a { background-color: #16294A; }
a { background-color: rgb(22,41,74); }
div.DivClassName
{
background-color: #16294A;
}
.BgClassName
{
background-color: #16294A;
}
</style>
border-color css
<style>
span { border-color: #16294A; }
span { border-color: rgb(22,41,74); }
td.TdClassName
{
border-color: #16294A;
}
.TagClassName
{
border-color: #16294A;
}
</style>