Shades of Midnight Blue #16147B
Tints of Midnight Blue #16147B
RGB
CMYK
RGB Variations
Color information
#16147B (or 0x16147B) is known color: Midnight Blue. HEX triplet: 16, 14 and 7B. RGB value is (22,20,123). Sum of RGB (Red+Green+Blue) = 22+20+123=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #16147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16147B is #E9EB84. Grayscale: #1F1F1F. Windows color (decimal): -15330181 or 8066070. OLE color: 8066070.
HSL color Cylindrical-coordinate representation of color #16147B: hue angle of 241.17º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16147B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 20 | 123 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.52 |
| HSL | 241.17º | 0.72% | 0.28% | - |
| HSV(B) | 241.17º | 0.84% | 0.48% | - |
| XYZ | 4.16 | 2.1 | 18.93 | - |
| YUV | 32.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 123 | 0.82 | 0.84 | 0 | 0.52 | 241.17 | 0.72 | 0.28 |
| Hex | 16 | 14 | 7B | 52 | 54 | 0 | 34 | F1 | 48 | 1C |
| Octal | 26 | 24 | 173 | 122 | 124 | 0 | 64 | 361 | 110 | 34 |
| Binary | 10110 | 10100 | 1111011 | 1010010 | 1010100 | 0 | 110100 | 11110001 | 1001000 | 11100 |
Color Harmonies of #16147B
Complementary color
Monochromatic Colors of #16147B
Black with #16147B
Text Example
Text Example
White with #16147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16147B; }
p { color: rgb(22,20,123); }
H1.HeaderClassName
{
color: #16147B;
}
.AnyTagClassName
{
color: #16147B;
}
</style>
background-color css
<style>
a { background-color: #16147B; }
a { background-color: rgb(22,20,123); }
div.DivClassName
{
background-color: #16147B;
}
.BgClassName
{
background-color: #16147B;
}
</style>
border-color css
<style>
span { border-color: #16147B; }
span { border-color: rgb(22,20,123); }
td.TdClassName
{
border-color: #16147B;
}
.TagClassName
{
border-color: #16147B;
}
</style>