Shades of Midnight Blue #16155C
Tints of Midnight Blue #16155C
RGB
CMYK
RGB Variations
Color information
#16155C (or 0x16155C) is known color: Midnight Blue. HEX triplet: 16, 15 and 5C. RGB value is (22,21,92). Sum of RGB (Red+Green+Blue) = 22+21+92=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #16155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16155C is #E9EAA3. Grayscale: #1D1D1D. Windows color (decimal): -15329956 or 6034710. OLE color: 6034710.
HSL color Cylindrical-coordinate representation of color #16155C: hue angle of 240.85º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16155C is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 21 | 92 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.64 |
| HSL | 240.85º | 0.63% | 0.22% | - |
| HSV(B) | 240.85º | 0.77% | 0.36% | - |
| XYZ | 2.53 | 1.48 | 10.28 | - |
| YUV | 29.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 92 | 0.76 | 0.77 | 0 | 0.64 | 240.85 | 0.63 | 0.22 |
| Hex | 16 | 15 | 5C | 4C | 4D | 0 | 40 | F1 | 3F | 16 |
| Octal | 26 | 25 | 134 | 114 | 115 | 0 | 100 | 361 | 77 | 26 |
| Binary | 10110 | 10101 | 1011100 | 1001100 | 1001101 | 0 | 1000000 | 11110001 | 111111 | 10110 |
Color Harmonies of #16155C
Complementary color
Monochromatic Colors of #16155C
Black with #16155C
Text Example
Text Example
White with #16155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16155C; }
p { color: rgb(22,21,92); }
H1.HeaderClassName
{
color: #16155C;
}
.AnyTagClassName
{
color: #16155C;
}
</style>
background-color css
<style>
a { background-color: #16155C; }
a { background-color: rgb(22,21,92); }
div.DivClassName
{
background-color: #16155C;
}
.BgClassName
{
background-color: #16155C;
}
</style>
border-color css
<style>
span { border-color: #16155C; }
span { border-color: rgb(22,21,92); }
td.TdClassName
{
border-color: #16155C;
}
.TagClassName
{
border-color: #16155C;
}
</style>