Shades of Midnight Blue #16005C
Tints of Midnight Blue #16005C
RGB
CMYK
RGB Variations
Color information
#16005C (or 0x16005C) is known color: Midnight Blue. HEX triplet: 16, 00 and 5C. RGB value is (22,0,92). Sum of RGB (Red+Green+Blue) = 22+0+92=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #16005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16005C is #E9FFA3. Grayscale: #101010. Windows color (decimal): -15335332 or 6029334. OLE color: 6029334.
HSL color Cylindrical-coordinate representation of color #16005C: hue angle of 254.35º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16005C is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 0 | 92 | - |
| CMYK | 0.76 | 1 | 0 | 0.64 |
| HSL | 254.35º | 1% | 0.18% | - |
| HSV(B) | 254.35º | 1% | 0.36% | - |
| XYZ | 2.26 | 0.94 | 10.19 | - |
| YUV | 17.07 | 170.29 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 92 | 0.76 | 1 | 0 | 0.64 | 254.35 | 1 | 0.18 |
| Hex | 16 | 0 | 5C | 4C | 64 | 0 | 40 | FE | 64 | 12 |
| Octal | 26 | 0 | 134 | 114 | 144 | 0 | 100 | 376 | 144 | 22 |
| Binary | 10110 | 0 | 1011100 | 1001100 | 1100100 | 0 | 1000000 | 11111110 | 1100100 | 10010 |
Color Harmonies of #16005C
Complementary color
Monochromatic Colors of #16005C
Black with #16005C
Text Example
Text Example
White with #16005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16005C; }
p { color: rgb(22,0,92); }
H1.HeaderClassName
{
color: #16005C;
}
.AnyTagClassName
{
color: #16005C;
}
</style>
background-color css
<style>
a { background-color: #16005C; }
a { background-color: rgb(22,0,92); }
div.DivClassName
{
background-color: #16005C;
}
.BgClassName
{
background-color: #16005C;
}
</style>
border-color css
<style>
span { border-color: #16005C; }
span { border-color: rgb(22,0,92); }
td.TdClassName
{
border-color: #16005C;
}
.TagClassName
{
border-color: #16005C;
}
</style>