Shades of Midnight Blue #16195A
Tints of Midnight Blue #16195A
RGB
CMYK
RGB Variations
Color information
#16195A (or 0x16195A) is known color: Midnight Blue. HEX triplet: 16, 19 and 5A. RGB value is (22,25,90). Sum of RGB (Red+Green+Blue) = 22+25+90=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #16195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16195A is #E9E6A5. Grayscale: #1F1F1F. Windows color (decimal): -15328934 or 5904662. OLE color: 5904662.
HSL color Cylindrical-coordinate representation of color #16195A: hue angle of 237.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16195A is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 25 | 90 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.65 |
| HSL | 237.35º | 0.61% | 0.22% | - |
| HSV(B) | 237.35º | 0.76% | 0.35% | - |
| XYZ | 2.52 | 1.6 | 9.85 | - |
| YUV | 31.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 90 | 0.76 | 0.72 | 0 | 0.65 | 237.35 | 0.61 | 0.22 |
| Hex | 16 | 19 | 5A | 4C | 48 | 0 | 41 | ED | 3D | 16 |
| Octal | 26 | 31 | 132 | 114 | 110 | 0 | 101 | 355 | 75 | 26 |
| Binary | 10110 | 11001 | 1011010 | 1001100 | 1001000 | 0 | 1000001 | 11101101 | 111101 | 10110 |
Color Harmonies of #16195A
Complementary color
Monochromatic Colors of #16195A
Black with #16195A
Text Example
Text Example
White with #16195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16195A; }
p { color: rgb(22,25,90); }
H1.HeaderClassName
{
color: #16195A;
}
.AnyTagClassName
{
color: #16195A;
}
</style>
background-color css
<style>
a { background-color: #16195A; }
a { background-color: rgb(22,25,90); }
div.DivClassName
{
background-color: #16195A;
}
.BgClassName
{
background-color: #16195A;
}
</style>
border-color css
<style>
span { border-color: #16195A; }
span { border-color: rgb(22,25,90); }
td.TdClassName
{
border-color: #16195A;
}
.TagClassName
{
border-color: #16195A;
}
</style>