Shades of Midnight Blue #11125F
Tints of Midnight Blue #11125F
RGB
CMYK
RGB Variations
Color information
#11125F (or 0x11125F) is known color: Midnight Blue. HEX triplet: 11, 12 and 5F. RGB value is (17,18,95). Sum of RGB (Red+Green+Blue) = 17+18+95=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #11125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11125F is #EEEDA0. Grayscale: #1A1A1A. Windows color (decimal): -15658401 or 6230545. OLE color: 6230545.
HSL color Cylindrical-coordinate representation of color #11125F: hue angle of 239.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11125F is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 18 | 95 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.63 |
| HSL | 239.23º | 0.7% | 0.22% | - |
| HSV(B) | 239.23º | 0.82% | 0.37% | - |
| XYZ | 2.51 | 1.38 | 10.96 | - |
| YUV | 26.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 95 | 0.82 | 0.81 | 0 | 0.63 | 239.23 | 0.7 | 0.22 |
| Hex | 11 | 12 | 5F | 52 | 51 | 0 | 3F | EF | 46 | 16 |
| Octal | 21 | 22 | 137 | 122 | 121 | 0 | 77 | 357 | 106 | 26 |
| Binary | 10001 | 10010 | 1011111 | 1010010 | 1010001 | 0 | 111111 | 11101111 | 1000110 | 10110 |
Color Harmonies of #11125F
Complementary color
Monochromatic Colors of #11125F
Black with #11125F
Text Example
Text Example
White with #11125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11125F; }
p { color: rgb(17,18,95); }
H1.HeaderClassName
{
color: #11125F;
}
.AnyTagClassName
{
color: #11125F;
}
</style>
background-color css
<style>
a { background-color: #11125F; }
a { background-color: rgb(17,18,95); }
div.DivClassName
{
background-color: #11125F;
}
.BgClassName
{
background-color: #11125F;
}
</style>
border-color css
<style>
span { border-color: #11125F; }
span { border-color: rgb(17,18,95); }
td.TdClassName
{
border-color: #11125F;
}
.TagClassName
{
border-color: #11125F;
}
</style>