Shades of Midnight Blue #16196C
Tints of Midnight Blue #16196C
RGB
CMYK
RGB Variations
Color information
#16196C (or 0x16196C) is known color: Midnight Blue. HEX triplet: 16, 19 and 6C. RGB value is (22,25,108). Sum of RGB (Red+Green+Blue) = 22+25+108=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #16196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16196C is #E9E693. Grayscale: #212121. Windows color (decimal): -15328916 or 7084310. OLE color: 7084310.
HSL color Cylindrical-coordinate representation of color #16196C: hue angle of 237.91º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16196C is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 25 | 108 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.58 |
| HSL | 237.91º | 0.66% | 0.25% | - |
| HSV(B) | 237.91º | 0.8% | 0.42% | - |
| XYZ | 3.39 | 1.95 | 14.39 | - |
| YUV | 33.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 108 | 0.80 | 0.77 | 0 | 0.58 | 237.91 | 0.66 | 0.25 |
| Hex | 16 | 19 | 6C | 50 | 4D | 0 | 3A | EE | 42 | 19 |
| Octal | 26 | 31 | 154 | 120 | 115 | 0 | 72 | 356 | 102 | 31 |
| Binary | 10110 | 11001 | 1101100 | 1010000 | 1001101 | 0 | 111010 | 11101110 | 1000010 | 11001 |
Color Harmonies of #16196C
Complementary color
Monochromatic Colors of #16196C
Black with #16196C
Text Example
Text Example
White with #16196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16196C; }
p { color: rgb(22,25,108); }
H1.HeaderClassName
{
color: #16196C;
}
.AnyTagClassName
{
color: #16196C;
}
</style>
background-color css
<style>
a { background-color: #16196C; }
a { background-color: rgb(22,25,108); }
div.DivClassName
{
background-color: #16196C;
}
.BgClassName
{
background-color: #16196C;
}
</style>
border-color css
<style>
span { border-color: #16196C; }
span { border-color: rgb(22,25,108); }
td.TdClassName
{
border-color: #16196C;
}
.TagClassName
{
border-color: #16196C;
}
</style>