Shades of Midnight Blue #161358
Tints of Midnight Blue #161358
RGB
CMYK
RGB Variations
Color information
#161358 (or 0x161358) is known color: Midnight Blue. HEX triplet: 16, 13 and 58. RGB value is (22,19,88). Sum of RGB (Red+Green+Blue) = 22+19+88=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #161358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161358 is #E9ECA7. Grayscale: #1B1B1B. Windows color (decimal): -15330472 or 5772054. OLE color: 5772054.
HSL color Cylindrical-coordinate representation of color #161358: hue angle of 242.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #161358 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 19 | 88 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.65 |
| HSL | 242.61º | 0.64% | 0.21% | - |
| HSV(B) | 242.61º | 0.78% | 0.35% | - |
| XYZ | 2.33 | 1.34 | 9.37 | - |
| YUV | 27.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 88 | 0.75 | 0.78 | 0 | 0.65 | 242.61 | 0.64 | 0.21 |
| Hex | 16 | 13 | 58 | 4B | 4E | 0 | 41 | F3 | 40 | 15 |
| Octal | 26 | 23 | 130 | 113 | 116 | 0 | 101 | 363 | 100 | 25 |
| Binary | 10110 | 10011 | 1011000 | 1001011 | 1001110 | 0 | 1000001 | 11110011 | 1000000 | 10101 |
Color Harmonies of #161358
Complementary color
Monochromatic Colors of #161358
Black with #161358
Text Example
Text Example
White with #161358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161358; }
p { color: rgb(22,19,88); }
H1.HeaderClassName
{
color: #161358;
}
.AnyTagClassName
{
color: #161358;
}
</style>
background-color css
<style>
a { background-color: #161358; }
a { background-color: rgb(22,19,88); }
div.DivClassName
{
background-color: #161358;
}
.BgClassName
{
background-color: #161358;
}
</style>
border-color css
<style>
span { border-color: #161358; }
span { border-color: rgb(22,19,88); }
td.TdClassName
{
border-color: #161358;
}
.TagClassName
{
border-color: #161358;
}
</style>