Shades of Midnight Blue #16125D
Tints of Midnight Blue #16125D
RGB
CMYK
RGB Variations
Color information
#16125D (or 0x16125D) is known color: Midnight Blue. HEX triplet: 16, 12 and 5D. RGB value is (22,18,93). Sum of RGB (Red+Green+Blue) = 22+18+93=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #16125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16125D is #E9EDA2. Grayscale: #1B1B1B. Windows color (decimal): -15330723 or 6099478. OLE color: 6099478.
HSL color Cylindrical-coordinate representation of color #16125D: hue angle of 243.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16125D is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 18 | 93 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.64 |
| HSL | 243.2º | 0.68% | 0.22% | - |
| HSV(B) | 243.2º | 0.81% | 0.36% | - |
| XYZ | 2.52 | 1.39 | 10.49 | - |
| YUV | 27.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 93 | 0.76 | 0.81 | 0 | 0.64 | 243.2 | 0.68 | 0.22 |
| Hex | 16 | 12 | 5D | 4C | 51 | 0 | 40 | F3 | 44 | 16 |
| Octal | 26 | 22 | 135 | 114 | 121 | 0 | 100 | 363 | 104 | 26 |
| Binary | 10110 | 10010 | 1011101 | 1001100 | 1010001 | 0 | 1000000 | 11110011 | 1000100 | 10110 |
Color Harmonies of #16125D
Complementary color
Monochromatic Colors of #16125D
Black with #16125D
Text Example
Text Example
White with #16125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16125D; }
p { color: rgb(22,18,93); }
H1.HeaderClassName
{
color: #16125D;
}
.AnyTagClassName
{
color: #16125D;
}
</style>
background-color css
<style>
a { background-color: #16125D; }
a { background-color: rgb(22,18,93); }
div.DivClassName
{
background-color: #16125D;
}
.BgClassName
{
background-color: #16125D;
}
</style>
border-color css
<style>
span { border-color: #16125D; }
span { border-color: rgb(22,18,93); }
td.TdClassName
{
border-color: #16125D;
}
.TagClassName
{
border-color: #16125D;
}
</style>