Shades of Midnight Blue #16125C
Tints of Midnight Blue #16125C
RGB
CMYK
RGB Variations
Color information
#16125C (or 0x16125C) is known color: Midnight Blue. HEX triplet: 16, 12 and 5C. RGB value is (22,18,92). Sum of RGB (Red+Green+Blue) = 22+18+92=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 92 (36.33% from 255 or 69.70% from 132); Max value from RGB is 92 - color contains mainly: blue. Hex color #16125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16125C is #E9EDA3. Grayscale: #1B1B1B. Windows color (decimal): -15330724 or 6033942. OLE color: 6033942.
HSL color Cylindrical-coordinate representation of color #16125C: hue angle of 243.24º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16125C is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 18 | 92 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.64 |
| HSL | 243.24º | 0.67% | 0.22% | - |
| HSV(B) | 243.24º | 0.8% | 0.36% | - |
| XYZ | 2.48 | 1.38 | 10.26 | - |
| YUV | 27.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 92 | 0.76 | 0.80 | 0 | 0.64 | 243.24 | 0.67 | 0.22 |
| Hex | 16 | 12 | 5C | 4C | 50 | 0 | 40 | F3 | 43 | 16 |
| Octal | 26 | 22 | 134 | 114 | 120 | 0 | 100 | 363 | 103 | 26 |
| Binary | 10110 | 10010 | 1011100 | 1001100 | 1010000 | 0 | 1000000 | 11110011 | 1000011 | 10110 |
Color Harmonies of #16125C
Complementary color
Monochromatic Colors of #16125C
Black with #16125C
Text Example
Text Example
White with #16125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16125C; }
p { color: rgb(22,18,92); }
H1.HeaderClassName
{
color: #16125C;
}
.AnyTagClassName
{
color: #16125C;
}
</style>
background-color css
<style>
a { background-color: #16125C; }
a { background-color: rgb(22,18,92); }
div.DivClassName
{
background-color: #16125C;
}
.BgClassName
{
background-color: #16125C;
}
</style>
border-color css
<style>
span { border-color: #16125C; }
span { border-color: rgb(22,18,92); }
td.TdClassName
{
border-color: #16125C;
}
.TagClassName
{
border-color: #16125C;
}
</style>