Shades of Midnight Blue #16146E
Tints of Midnight Blue #16146E
RGB
CMYK
RGB Variations
Color information
#16146E (or 0x16146E) is known color: Midnight Blue. HEX triplet: 16, 14 and 6E. RGB value is (22,20,110). Sum of RGB (Red+Green+Blue) = 22+20+110=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #16146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16146E is #E9EB91. Grayscale: #1E1E1E. Windows color (decimal): -15330194 or 7214102. OLE color: 7214102.
HSL color Cylindrical-coordinate representation of color #16146E: hue angle of 241.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16146E is Cyan = 0.8, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 20 | 110 | - |
| CMYK | 0.8 | 0.82 | 0 | 0.57 |
| HSL | 241.33º | 0.69% | 0.25% | - |
| HSV(B) | 241.33º | 0.82% | 0.43% | - |
| XYZ | 3.4 | 1.8 | 14.92 | - |
| YUV | 30.86 | 172.66 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 110 | 0.8 | 0.82 | 0 | 0.57 | 241.33 | 0.69 | 0.25 |
| Hex | 16 | 14 | 6E | 50 | 52 | 0 | 39 | F1 | 45 | 19 |
| Octal | 26 | 24 | 156 | 120 | 122 | 0 | 71 | 361 | 105 | 31 |
| Binary | 10110 | 10100 | 1101110 | 1010000 | 1010010 | 0 | 111001 | 11110001 | 1000101 | 11001 |
Color Harmonies of #16146E
Complementary color
Monochromatic Colors of #16146E
Black with #16146E
Text Example
Text Example
White with #16146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16146E; }
p { color: rgb(22,20,110); }
H1.HeaderClassName
{
color: #16146E;
}
.AnyTagClassName
{
color: #16146E;
}
</style>
background-color css
<style>
a { background-color: #16146E; }
a { background-color: rgb(22,20,110); }
div.DivClassName
{
background-color: #16146E;
}
.BgClassName
{
background-color: #16146E;
}
</style>
border-color css
<style>
span { border-color: #16146E; }
span { border-color: rgb(22,20,110); }
td.TdClassName
{
border-color: #16146E;
}
.TagClassName
{
border-color: #16146E;
}
</style>