Shades of Midnight Blue #16267C
Tints of Midnight Blue #16267C
RGB
CMYK
RGB Variations
Color information
#16267C (or 0x16267C) is known color: Midnight Blue. HEX triplet: 16, 26 and 7C. RGB value is (22,38,124). Sum of RGB (Red+Green+Blue) = 22+38+124=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #16267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16267C is #E9D983. Grayscale: #2A2A2A. Windows color (decimal): -15325572 or 8136214. OLE color: 8136214.
HSL color Cylindrical-coordinate representation of color #16267C: hue angle of 230.59º 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 #16267C is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 38 | 124 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.51 |
| HSL | 230.59º | 0.7% | 0.29% | - |
| HSV(B) | 230.59º | 0.82% | 0.49% | - |
| XYZ | 4.66 | 3.01 | 19.4 | - |
| YUV | 43.02 | 173.7 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 124 | 0.82 | 0.69 | 0 | 0.51 | 230.59 | 0.7 | 0.29 |
| Hex | 16 | 26 | 7C | 52 | 45 | 0 | 33 | E7 | 46 | 1D |
| Octal | 26 | 46 | 174 | 122 | 105 | 0 | 63 | 347 | 106 | 35 |
| Binary | 10110 | 100110 | 1111100 | 1010010 | 1000101 | 0 | 110011 | 11100111 | 1000110 | 11101 |
Color Harmonies of #16267C
Complementary color
Monochromatic Colors of #16267C
Black with #16267C
Text Example
Text Example
White with #16267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16267C; }
p { color: rgb(22,38,124); }
H1.HeaderClassName
{
color: #16267C;
}
.AnyTagClassName
{
color: #16267C;
}
</style>
background-color css
<style>
a { background-color: #16267C; }
a { background-color: rgb(22,38,124); }
div.DivClassName
{
background-color: #16267C;
}
.BgClassName
{
background-color: #16267C;
}
</style>
border-color css
<style>
span { border-color: #16267C; }
span { border-color: rgb(22,38,124); }
td.TdClassName
{
border-color: #16267C;
}
.TagClassName
{
border-color: #16267C;
}
</style>