Shades of Midnight Blue #161265
Tints of Midnight Blue #161265
RGB
CMYK
RGB Variations
Color information
#161265 (or 0x161265) is known color: Midnight Blue. HEX triplet: 16, 12 and 65. RGB value is (22,18,101). Sum of RGB (Red+Green+Blue) = 22+18+101=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #161265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161265 is #E9ED9A. Grayscale: #1C1C1C. Windows color (decimal): -15330715 or 6623766. OLE color: 6623766.
HSL color Cylindrical-coordinate representation of color #161265: hue angle of 242.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161265 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 18 | 101 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.60 |
| HSL | 242.89º | 0.7% | 0.23% | - |
| HSV(B) | 242.89º | 0.82% | 0.4% | - |
| XYZ | 2.9 | 1.54 | 12.46 | - |
| YUV | 28.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 101 | 0.78 | 0.82 | 0 | 0.60 | 242.89 | 0.7 | 0.23 |
| Hex | 16 | 12 | 65 | 4E | 52 | 0 | 3C | F3 | 46 | 17 |
| Octal | 26 | 22 | 145 | 116 | 122 | 0 | 74 | 363 | 106 | 27 |
| Binary | 10110 | 10010 | 1100101 | 1001110 | 1010010 | 0 | 111100 | 11110011 | 1000110 | 10111 |
Color Harmonies of #161265
Complementary color
Monochromatic Colors of #161265
Black with #161265
Text Example
Text Example
White with #161265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161265; }
p { color: rgb(22,18,101); }
H1.HeaderClassName
{
color: #161265;
}
.AnyTagClassName
{
color: #161265;
}
</style>
background-color css
<style>
a { background-color: #161265; }
a { background-color: rgb(22,18,101); }
div.DivClassName
{
background-color: #161265;
}
.BgClassName
{
background-color: #161265;
}
</style>
border-color css
<style>
span { border-color: #161265; }
span { border-color: rgb(22,18,101); }
td.TdClassName
{
border-color: #161265;
}
.TagClassName
{
border-color: #161265;
}
</style>