Shades of Midnight Blue #16026C
Tints of Midnight Blue #16026C
RGB
CMYK
RGB Variations
Color information
#16026C (or 0x16026C) is known color: Midnight Blue. HEX triplet: 16, 02 and 6C. RGB value is (22,2,108). Sum of RGB (Red+Green+Blue) = 22+2+108=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #16026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16026C is #E9FD93. Grayscale: #131313. Windows color (decimal): -15334804 or 7078422. OLE color: 7078422.
HSL color Cylindrical-coordinate representation of color #16026C: hue angle of 251.32º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16026C is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 2 | 108 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.58 |
| HSL | 251.32º | 0.96% | 0.22% | - |
| HSV(B) | 251.32º | 0.98% | 0.42% | - |
| XYZ | 3.06 | 1.3 | 14.28 | - |
| YUV | 20.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 108 | 0.80 | 0.98 | 0 | 0.58 | 251.32 | 0.96 | 0.22 |
| Hex | 16 | 2 | 6C | 50 | 62 | 0 | 3A | FB | 60 | 16 |
| Octal | 26 | 2 | 154 | 120 | 142 | 0 | 72 | 373 | 140 | 26 |
| Binary | 10110 | 10 | 1101100 | 1010000 | 1100010 | 0 | 111010 | 11111011 | 1100000 | 10110 |
Color Harmonies of #16026C
Complementary color
Monochromatic Colors of #16026C
Black with #16026C
Text Example
Text Example
White with #16026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16026C; }
p { color: rgb(22,2,108); }
H1.HeaderClassName
{
color: #16026C;
}
.AnyTagClassName
{
color: #16026C;
}
</style>
background-color css
<style>
a { background-color: #16026C; }
a { background-color: rgb(22,2,108); }
div.DivClassName
{
background-color: #16026C;
}
.BgClassName
{
background-color: #16026C;
}
</style>
border-color css
<style>
span { border-color: #16026C; }
span { border-color: rgb(22,2,108); }
td.TdClassName
{
border-color: #16026C;
}
.TagClassName
{
border-color: #16026C;
}
</style>