Shades of Midnight Blue #16247D
Tints of Midnight Blue #16247D
RGB
CMYK
RGB Variations
Color information
#16247D (or 0x16247D) is known color: Midnight Blue. HEX triplet: 16, 24 and 7D. RGB value is (22,36,125). Sum of RGB (Red+Green+Blue) = 22+36+125=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #16247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16247D is #E9DB82. Grayscale: #292929. Windows color (decimal): -15326083 or 8201238. OLE color: 8201238.
HSL color Cylindrical-coordinate representation of color #16247D: hue angle of 231.84º 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 #16247D is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 36 | 125 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.51 |
| HSL | 231.84º | 0.7% | 0.29% | - |
| HSV(B) | 231.84º | 0.82% | 0.49% | - |
| XYZ | 4.66 | 2.91 | 19.72 | - |
| YUV | 41.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 125 | 0.82 | 0.71 | 0 | 0.51 | 231.84 | 0.7 | 0.29 |
| Hex | 16 | 24 | 7D | 52 | 47 | 0 | 33 | E8 | 46 | 1D |
| Octal | 26 | 44 | 175 | 122 | 107 | 0 | 63 | 350 | 106 | 35 |
| Binary | 10110 | 100100 | 1111101 | 1010010 | 1000111 | 0 | 110011 | 11101000 | 1000110 | 11101 |
Color Harmonies of #16247D
Complementary color
Monochromatic Colors of #16247D
Black with #16247D
Text Example
Text Example
White with #16247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16247D; }
p { color: rgb(22,36,125); }
H1.HeaderClassName
{
color: #16247D;
}
.AnyTagClassName
{
color: #16247D;
}
</style>
background-color css
<style>
a { background-color: #16247D; }
a { background-color: rgb(22,36,125); }
div.DivClassName
{
background-color: #16247D;
}
.BgClassName
{
background-color: #16247D;
}
</style>
border-color css
<style>
span { border-color: #16247D; }
span { border-color: rgb(22,36,125); }
td.TdClassName
{
border-color: #16247D;
}
.TagClassName
{
border-color: #16247D;
}
</style>