Shades of Midnight Blue #16136A
Tints of Midnight Blue #16136A
RGB
CMYK
RGB Variations
Color information
#16136A (or 0x16136A) is known color: Midnight Blue. HEX triplet: 16, 13 and 6A. RGB value is (22,19,106). Sum of RGB (Red+Green+Blue) = 22+19+106=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #16136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16136A is #E9EC95. Grayscale: #1D1D1D. Windows color (decimal): -15330454 or 6951702. OLE color: 6951702.
HSL color Cylindrical-coordinate representation of color #16136A: hue angle of 242.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16136A is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 19 | 106 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.58 |
| HSL | 242.07º | 0.7% | 0.25% | - |
| HSV(B) | 242.07º | 0.82% | 0.42% | - |
| XYZ | 3.17 | 1.68 | 13.79 | - |
| YUV | 29.82 | 170.99 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 106 | 0.79 | 0.82 | 0 | 0.58 | 242.07 | 0.7 | 0.25 |
| Hex | 16 | 13 | 6A | 4F | 52 | 0 | 3A | F2 | 46 | 19 |
| Octal | 26 | 23 | 152 | 117 | 122 | 0 | 72 | 362 | 106 | 31 |
| Binary | 10110 | 10011 | 1101010 | 1001111 | 1010010 | 0 | 111010 | 11110010 | 1000110 | 11001 |
Color Harmonies of #16136A
Complementary color
Monochromatic Colors of #16136A
Black with #16136A
Text Example
Text Example
White with #16136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16136A; }
p { color: rgb(22,19,106); }
H1.HeaderClassName
{
color: #16136A;
}
.AnyTagClassName
{
color: #16136A;
}
</style>
background-color css
<style>
a { background-color: #16136A; }
a { background-color: rgb(22,19,106); }
div.DivClassName
{
background-color: #16136A;
}
.BgClassName
{
background-color: #16136A;
}
</style>
border-color css
<style>
span { border-color: #16136A; }
span { border-color: rgb(22,19,106); }
td.TdClassName
{
border-color: #16136A;
}
.TagClassName
{
border-color: #16136A;
}
</style>