Shades of Midnight Blue #16297D
Tints of Midnight Blue #16297D
RGB
CMYK
RGB Variations
Color information
#16297D (or 0x16297D) is known color: Midnight Blue. HEX triplet: 16, 29 and 7D. RGB value is (22,41,125). Sum of RGB (Red+Green+Blue) = 22+41+125=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #16297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16297D is #E9D682. Grayscale: #2C2C2C. Windows color (decimal): -15324803 or 8202518. OLE color: 8202518.
HSL color Cylindrical-coordinate representation of color #16297D: hue angle of 228.93º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16297D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 41 | 125 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.51 |
| HSL | 228.93º | 0.7% | 0.29% | - |
| HSV(B) | 228.93º | 0.82% | 0.49% | - |
| XYZ | 4.83 | 3.24 | 19.77 | - |
| YUV | 44.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 125 | 0.82 | 0.67 | 0 | 0.51 | 228.93 | 0.7 | 0.29 |
| Hex | 16 | 29 | 7D | 52 | 43 | 0 | 33 | E5 | 46 | 1D |
| Octal | 26 | 51 | 175 | 122 | 103 | 0 | 63 | 345 | 106 | 35 |
| Binary | 10110 | 101001 | 1111101 | 1010010 | 1000011 | 0 | 110011 | 11100101 | 1000110 | 11101 |
Color Harmonies of #16297D
Complementary color
Monochromatic Colors of #16297D
Black with #16297D
Text Example
Text Example
White with #16297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16297D; }
p { color: rgb(22,41,125); }
H1.HeaderClassName
{
color: #16297D;
}
.AnyTagClassName
{
color: #16297D;
}
</style>
background-color css
<style>
a { background-color: #16297D; }
a { background-color: rgb(22,41,125); }
div.DivClassName
{
background-color: #16297D;
}
.BgClassName
{
background-color: #16297D;
}
</style>
border-color css
<style>
span { border-color: #16297D; }
span { border-color: rgb(22,41,125); }
td.TdClassName
{
border-color: #16297D;
}
.TagClassName
{
border-color: #16297D;
}
</style>