Shades of Midnight Blue #16135A
Tints of Midnight Blue #16135A
RGB
CMYK
RGB Variations
Color information
#16135A (or 0x16135A) is known color: Midnight Blue. HEX triplet: 16, 13 and 5A. RGB value is (22,19,90). Sum of RGB (Red+Green+Blue) = 22+19+90=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #16135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16135A is #E9ECA5. Grayscale: #1B1B1B. Windows color (decimal): -15330470 or 5903126. OLE color: 5903126.
HSL color Cylindrical-coordinate representation of color #16135A: hue angle of 242.54º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16135A is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 19 | 90 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.65 |
| HSL | 242.54º | 0.65% | 0.21% | - |
| HSV(B) | 242.54º | 0.79% | 0.35% | - |
| XYZ | 2.41 | 1.37 | 9.81 | - |
| YUV | 27.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 90 | 0.76 | 0.79 | 0 | 0.65 | 242.54 | 0.65 | 0.21 |
| Hex | 16 | 13 | 5A | 4C | 4F | 0 | 41 | F3 | 41 | 15 |
| Octal | 26 | 23 | 132 | 114 | 117 | 0 | 101 | 363 | 101 | 25 |
| Binary | 10110 | 10011 | 1011010 | 1001100 | 1001111 | 0 | 1000001 | 11110011 | 1000001 | 10101 |
Color Harmonies of #16135A
Complementary color
Monochromatic Colors of #16135A
Black with #16135A
Text Example
Text Example
White with #16135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16135A; }
p { color: rgb(22,19,90); }
H1.HeaderClassName
{
color: #16135A;
}
.AnyTagClassName
{
color: #16135A;
}
</style>
background-color css
<style>
a { background-color: #16135A; }
a { background-color: rgb(22,19,90); }
div.DivClassName
{
background-color: #16135A;
}
.BgClassName
{
background-color: #16135A;
}
</style>
border-color css
<style>
span { border-color: #16135A; }
span { border-color: rgb(22,19,90); }
td.TdClassName
{
border-color: #16135A;
}
.TagClassName
{
border-color: #16135A;
}
</style>