Shades of Midnight Blue #16175A
Tints of Midnight Blue #16175A
RGB
CMYK
RGB Variations
Color information
#16175A (or 0x16175A) is known color: Midnight Blue. HEX triplet: 16, 17 and 5A. RGB value is (22,23,90). Sum of RGB (Red+Green+Blue) = 22+23+90=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #16175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16175A is #E9E8A5. Grayscale: #1E1E1E. Windows color (decimal): -15329446 or 5904150. OLE color: 5904150.
HSL color Cylindrical-coordinate representation of color #16175A: hue angle of 239.12º 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 #16175A is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 23 | 90 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.65 |
| HSL | 239.12º | 0.61% | 0.22% | - |
| HSV(B) | 239.12º | 0.76% | 0.35% | - |
| XYZ | 2.48 | 1.52 | 9.84 | - |
| YUV | 30.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 90 | 0.76 | 0.74 | 0 | 0.65 | 239.12 | 0.61 | 0.22 |
| Hex | 16 | 17 | 5A | 4C | 4A | 0 | 41 | EF | 3D | 16 |
| Octal | 26 | 27 | 132 | 114 | 112 | 0 | 101 | 357 | 75 | 26 |
| Binary | 10110 | 10111 | 1011010 | 1001100 | 1001010 | 0 | 1000001 | 11101111 | 111101 | 10110 |
Color Harmonies of #16175A
Complementary color
Monochromatic Colors of #16175A
Black with #16175A
Text Example
Text Example
White with #16175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16175A; }
p { color: rgb(22,23,90); }
H1.HeaderClassName
{
color: #16175A;
}
.AnyTagClassName
{
color: #16175A;
}
</style>
background-color css
<style>
a { background-color: #16175A; }
a { background-color: rgb(22,23,90); }
div.DivClassName
{
background-color: #16175A;
}
.BgClassName
{
background-color: #16175A;
}
</style>
border-color css
<style>
span { border-color: #16175A; }
span { border-color: rgb(22,23,90); }
td.TdClassName
{
border-color: #16175A;
}
.TagClassName
{
border-color: #16175A;
}
</style>