Shades of Midnight Blue #16257F
Tints of Midnight Blue #16257F
RGB
CMYK
RGB Variations
Color information
#16257F (or 0x16257F) is known color: Midnight Blue. HEX triplet: 16, 25 and 7F. RGB value is (22,37,127). Sum of RGB (Red+Green+Blue) = 22+37+127=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #16257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16257F is #E9DA80. Grayscale: #2A2A2A. Windows color (decimal): -15325825 or 8332566. OLE color: 8332566.
HSL color Cylindrical-coordinate representation of color #16257F: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16257F is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 37 | 127 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.50 |
| HSL | 231.43º | 0.7% | 0.29% | - |
| HSV(B) | 231.43º | 0.83% | 0.5% | - |
| XYZ | 4.82 | 3.03 | 20.41 | - |
| YUV | 42.78 | 175.53 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 127 | 0.83 | 0.71 | 0 | 0.50 | 231.43 | 0.7 | 0.29 |
| Hex | 16 | 25 | 7F | 53 | 47 | 0 | 32 | E7 | 46 | 1D |
| Octal | 26 | 45 | 177 | 123 | 107 | 0 | 62 | 347 | 106 | 35 |
| Binary | 10110 | 100101 | 1111111 | 1010011 | 1000111 | 0 | 110010 | 11100111 | 1000110 | 11101 |
Color Harmonies of #16257F
Complementary color
Monochromatic Colors of #16257F
Black with #16257F
Text Example
Text Example
White with #16257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16257F; }
p { color: rgb(22,37,127); }
H1.HeaderClassName
{
color: #16257F;
}
.AnyTagClassName
{
color: #16257F;
}
</style>
background-color css
<style>
a { background-color: #16257F; }
a { background-color: rgb(22,37,127); }
div.DivClassName
{
background-color: #16257F;
}
.BgClassName
{
background-color: #16257F;
}
</style>
border-color css
<style>
span { border-color: #16257F; }
span { border-color: rgb(22,37,127); }
td.TdClassName
{
border-color: #16257F;
}
.TagClassName
{
border-color: #16257F;
}
</style>