Shades of Midnight Blue #16065D
Tints of Midnight Blue #16065D
RGB
CMYK
RGB Variations
Color information
#16065D (or 0x16065D) is known color: Midnight Blue. HEX triplet: 16, 06 and 5D. RGB value is (22,6,93). Sum of RGB (Red+Green+Blue) = 22+6+93=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #16065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16065D is #E9F9A2. Grayscale: #141414. Windows color (decimal): -15333795 or 6096406. OLE color: 6096406.
HSL color Cylindrical-coordinate representation of color #16065D: hue angle of 251.03º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16065D is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 6 | 93 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.64 |
| HSL | 251.03º | 0.88% | 0.19% | - |
| HSV(B) | 251.03º | 0.94% | 0.36% | - |
| XYZ | 2.37 | 1.09 | 10.44 | - |
| YUV | 20.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 93 | 0.76 | 0.94 | 0 | 0.64 | 251.03 | 0.88 | 0.19 |
| Hex | 16 | 6 | 5D | 4C | 5E | 0 | 40 | FB | 58 | 13 |
| Octal | 26 | 6 | 135 | 114 | 136 | 0 | 100 | 373 | 130 | 23 |
| Binary | 10110 | 110 | 1011101 | 1001100 | 1011110 | 0 | 1000000 | 11111011 | 1011000 | 10011 |
Color Harmonies of #16065D
Complementary color
Monochromatic Colors of #16065D
Black with #16065D
Text Example
Text Example
White with #16065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16065D; }
p { color: rgb(22,6,93); }
H1.HeaderClassName
{
color: #16065D;
}
.AnyTagClassName
{
color: #16065D;
}
</style>
background-color css
<style>
a { background-color: #16065D; }
a { background-color: rgb(22,6,93); }
div.DivClassName
{
background-color: #16065D;
}
.BgClassName
{
background-color: #16065D;
}
</style>
border-color css
<style>
span { border-color: #16065D; }
span { border-color: rgb(22,6,93); }
td.TdClassName
{
border-color: #16065D;
}
.TagClassName
{
border-color: #16065D;
}
</style>