Shades of Midnight Blue #11145F
Tints of Midnight Blue #11145F
RGB
CMYK
RGB Variations
Color information
#11145F (or 0x11145F) is known color: Midnight Blue. HEX triplet: 11, 14 and 5F. RGB value is (17,20,95). Sum of RGB (Red+Green+Blue) = 17+20+95=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #11145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11145F is #EEEBA0. Grayscale: #1B1B1B. Windows color (decimal): -15657889 or 6231057. OLE color: 6231057.
HSL color Cylindrical-coordinate representation of color #11145F: hue angle of 237.69º 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 #11145F is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 20 | 95 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.63 |
| HSL | 237.69º | 0.7% | 0.22% | - |
| HSV(B) | 237.69º | 0.82% | 0.37% | - |
| XYZ | 2.55 | 1.45 | 10.97 | - |
| YUV | 27.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 95 | 0.82 | 0.79 | 0 | 0.63 | 237.69 | 0.7 | 0.22 |
| Hex | 11 | 14 | 5F | 52 | 4F | 0 | 3F | EE | 46 | 16 |
| Octal | 21 | 24 | 137 | 122 | 117 | 0 | 77 | 356 | 106 | 26 |
| Binary | 10001 | 10100 | 1011111 | 1010010 | 1001111 | 0 | 111111 | 11101110 | 1000110 | 10110 |
Color Harmonies of #11145F
Complementary color
Monochromatic Colors of #11145F
Black with #11145F
Text Example
Text Example
White with #11145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11145F; }
p { color: rgb(17,20,95); }
H1.HeaderClassName
{
color: #11145F;
}
.AnyTagClassName
{
color: #11145F;
}
</style>
background-color css
<style>
a { background-color: #11145F; }
a { background-color: rgb(17,20,95); }
div.DivClassName
{
background-color: #11145F;
}
.BgClassName
{
background-color: #11145F;
}
</style>
border-color css
<style>
span { border-color: #11145F; }
span { border-color: rgb(17,20,95); }
td.TdClassName
{
border-color: #11145F;
}
.TagClassName
{
border-color: #11145F;
}
</style>