Shades of Midnight Blue #16207B
Tints of Midnight Blue #16207B
RGB
CMYK
RGB Variations
Color information
#16207B (or 0x16207B) is known color: Midnight Blue. HEX triplet: 16, 20 and 7B. RGB value is (22,32,123). Sum of RGB (Red+Green+Blue) = 22+32+123=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #16207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16207B is #E9DF84. Grayscale: #272727. Windows color (decimal): -15327109 or 8069142. OLE color: 8069142.
HSL color Cylindrical-coordinate representation of color #16207B: hue angle of 234.06º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16207B is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 32 | 123 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.52 |
| HSL | 234.06º | 0.7% | 0.28% | - |
| HSV(B) | 234.06º | 0.82% | 0.48% | - |
| XYZ | 4.42 | 2.63 | 19.01 | - |
| YUV | 39.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 123 | 0.82 | 0.74 | 0 | 0.52 | 234.06 | 0.7 | 0.28 |
| Hex | 16 | 20 | 7B | 52 | 4A | 0 | 34 | EA | 46 | 1C |
| Octal | 26 | 40 | 173 | 122 | 112 | 0 | 64 | 352 | 106 | 34 |
| Binary | 10110 | 100000 | 1111011 | 1010010 | 1001010 | 0 | 110100 | 11101010 | 1000110 | 11100 |
Color Harmonies of #16207B
Complementary color
Monochromatic Colors of #16207B
Black with #16207B
Text Example
Text Example
White with #16207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16207B; }
p { color: rgb(22,32,123); }
H1.HeaderClassName
{
color: #16207B;
}
.AnyTagClassName
{
color: #16207B;
}
</style>
background-color css
<style>
a { background-color: #16207B; }
a { background-color: rgb(22,32,123); }
div.DivClassName
{
background-color: #16207B;
}
.BgClassName
{
background-color: #16207B;
}
</style>
border-color css
<style>
span { border-color: #16207B; }
span { border-color: rgb(22,32,123); }
td.TdClassName
{
border-color: #16207B;
}
.TagClassName
{
border-color: #16207B;
}
</style>