Shades of Midnight Blue #16015C
Tints of Midnight Blue #16015C
RGB
CMYK
RGB Variations
Color information
#16015C (or 0x16015C) is known color: Midnight Blue. HEX triplet: 16, 01 and 5C. RGB value is (22,1,92). Sum of RGB (Red+Green+Blue) = 22+1+92=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #16015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16015C is #E9FEA3. Grayscale: #111111. Windows color (decimal): -15335076 or 6029590. OLE color: 6029590.
HSL color Cylindrical-coordinate representation of color #16015C: hue angle of 253.85º 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 #16015C is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 1 | 92 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.64 |
| HSL | 253.85º | 0.98% | 0.18% | - |
| HSV(B) | 253.85º | 0.99% | 0.36% | - |
| XYZ | 2.27 | 0.96 | 10.19 | - |
| YUV | 17.65 | 169.96 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 92 | 0.76 | 0.99 | 0 | 0.64 | 253.85 | 0.98 | 0.18 |
| Hex | 16 | 1 | 5C | 4C | 63 | 0 | 40 | FE | 62 | 12 |
| Octal | 26 | 1 | 134 | 114 | 143 | 0 | 100 | 376 | 142 | 22 |
| Binary | 10110 | 1 | 1011100 | 1001100 | 1100011 | 0 | 1000000 | 11111110 | 1100010 | 10010 |
Color Harmonies of #16015C
Complementary color
Monochromatic Colors of #16015C
Black with #16015C
Text Example
Text Example
White with #16015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16015C; }
p { color: rgb(22,1,92); }
H1.HeaderClassName
{
color: #16015C;
}
.AnyTagClassName
{
color: #16015C;
}
</style>
background-color css
<style>
a { background-color: #16015C; }
a { background-color: rgb(22,1,92); }
div.DivClassName
{
background-color: #16015C;
}
.BgClassName
{
background-color: #16015C;
}
</style>
border-color css
<style>
span { border-color: #16015C; }
span { border-color: rgb(22,1,92); }
td.TdClassName
{
border-color: #16015C;
}
.TagClassName
{
border-color: #16015C;
}
</style>