Shades of Midnight Blue #11145A
Tints of Midnight Blue #11145A
RGB
CMYK
RGB Variations
Color information
#11145A (or 0x11145A) is known color: Midnight Blue. HEX triplet: 11, 14 and 5A. RGB value is (17,20,90). Sum of RGB (Red+Green+Blue) = 17+20+90=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #11145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11145A is #EEEBA5. Grayscale: #1A1A1A. Windows color (decimal): -15657894 or 5903377. OLE color: 5903377.
HSL color Cylindrical-coordinate representation of color #11145A: hue angle of 237.53º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11145A is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 20 | 90 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.65 |
| HSL | 237.53º | 0.68% | 0.21% | - |
| HSV(B) | 237.53º | 0.81% | 0.35% | - |
| XYZ | 2.33 | 1.36 | 9.81 | - |
| YUV | 27.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 90 | 0.81 | 0.78 | 0 | 0.65 | 237.53 | 0.68 | 0.21 |
| Hex | 11 | 14 | 5A | 51 | 4E | 0 | 41 | EE | 44 | 15 |
| Octal | 21 | 24 | 132 | 121 | 116 | 0 | 101 | 356 | 104 | 25 |
| Binary | 10001 | 10100 | 1011010 | 1010001 | 1001110 | 0 | 1000001 | 11101110 | 1000100 | 10101 |
Color Harmonies of #11145A
Complementary color
Monochromatic Colors of #11145A
Black with #11145A
Text Example
Text Example
White with #11145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11145A; }
p { color: rgb(17,20,90); }
H1.HeaderClassName
{
color: #11145A;
}
.AnyTagClassName
{
color: #11145A;
}
</style>
background-color css
<style>
a { background-color: #11145A; }
a { background-color: rgb(17,20,90); }
div.DivClassName
{
background-color: #11145A;
}
.BgClassName
{
background-color: #11145A;
}
</style>
border-color css
<style>
span { border-color: #11145A; }
span { border-color: rgb(17,20,90); }
td.TdClassName
{
border-color: #11145A;
}
.TagClassName
{
border-color: #11145A;
}
</style>