Shades of Midnight Blue #16015D
Tints of Midnight Blue #16015D
RGB
CMYK
RGB Variations
Color information
#16015D (or 0x16015D) is known color: Midnight Blue. HEX triplet: 16, 01 and 5D. RGB value is (22,1,93). Sum of RGB (Red+Green+Blue) = 22+1+93=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #16015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16015D is #E9FEA2. Grayscale: #111111. Windows color (decimal): -15335075 or 6095126. OLE color: 6095126.
HSL color Cylindrical-coordinate representation of color #16015D: hue angle of 253.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16015D is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 1 | 93 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.64 |
| HSL | 253.7º | 0.98% | 0.18% | - |
| HSV(B) | 253.7º | 0.99% | 0.36% | - |
| XYZ | 2.32 | 0.98 | 10.42 | - |
| YUV | 17.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 93 | 0.76 | 0.99 | 0 | 0.64 | 253.7 | 0.98 | 0.18 |
| Hex | 16 | 1 | 5D | 4C | 63 | 0 | 40 | FE | 62 | 12 |
| Octal | 26 | 1 | 135 | 114 | 143 | 0 | 100 | 376 | 142 | 22 |
| Binary | 10110 | 1 | 1011101 | 1001100 | 1100011 | 0 | 1000000 | 11111110 | 1100010 | 10010 |
Color Harmonies of #16015D
Complementary color
Monochromatic Colors of #16015D
Black with #16015D
Text Example
Text Example
White with #16015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16015D; }
p { color: rgb(22,1,93); }
H1.HeaderClassName
{
color: #16015D;
}
.AnyTagClassName
{
color: #16015D;
}
</style>
background-color css
<style>
a { background-color: #16015D; }
a { background-color: rgb(22,1,93); }
div.DivClassName
{
background-color: #16015D;
}
.BgClassName
{
background-color: #16015D;
}
</style>
border-color css
<style>
span { border-color: #16015D; }
span { border-color: rgb(22,1,93); }
td.TdClassName
{
border-color: #16015D;
}
.TagClassName
{
border-color: #16015D;
}
</style>