Shades of Midnight Blue #16075C
Tints of Midnight Blue #16075C
RGB
CMYK
RGB Variations
Color information
#16075C (or 0x16075C) is known color: Midnight Blue. HEX triplet: 16, 07 and 5C. RGB value is (22,7,92). Sum of RGB (Red+Green+Blue) = 22+7+92=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #16075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16075C is #E9F8A3. Grayscale: #141414. Windows color (decimal): -15333540 or 6031126. OLE color: 6031126.
HSL color Cylindrical-coordinate representation of color #16075C: hue angle of 250.59º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16075C is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 7 | 92 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.64 |
| HSL | 250.59º | 0.86% | 0.19% | - |
| HSV(B) | 250.59º | 0.92% | 0.36% | - |
| XYZ | 2.34 | 1.1 | 10.21 | - |
| YUV | 21.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 92 | 0.76 | 0.92 | 0 | 0.64 | 250.59 | 0.86 | 0.19 |
| Hex | 16 | 7 | 5C | 4C | 5C | 0 | 40 | FB | 56 | 13 |
| Octal | 26 | 7 | 134 | 114 | 134 | 0 | 100 | 373 | 126 | 23 |
| Binary | 10110 | 111 | 1011100 | 1001100 | 1011100 | 0 | 1000000 | 11111011 | 1010110 | 10011 |
Color Harmonies of #16075C
Complementary color
Monochromatic Colors of #16075C
Black with #16075C
Text Example
Text Example
White with #16075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16075C; }
p { color: rgb(22,7,92); }
H1.HeaderClassName
{
color: #16075C;
}
.AnyTagClassName
{
color: #16075C;
}
</style>
background-color css
<style>
a { background-color: #16075C; }
a { background-color: rgb(22,7,92); }
div.DivClassName
{
background-color: #16075C;
}
.BgClassName
{
background-color: #16075C;
}
</style>
border-color css
<style>
span { border-color: #16075C; }
span { border-color: rgb(22,7,92); }
td.TdClassName
{
border-color: #16075C;
}
.TagClassName
{
border-color: #16075C;
}
</style>