Shades of Midnight Blue #111461
Tints of Midnight Blue #111461
RGB
CMYK
RGB Variations
Color information
#111461 (or 0x111461) is known color: Midnight Blue. HEX triplet: 11, 14 and 61. RGB value is (17,20,97). Sum of RGB (Red+Green+Blue) = 17+20+97=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #111461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111461 is #EEEB9E. Grayscale: #1B1B1B. Windows color (decimal): -15657887 or 6362129. OLE color: 6362129.
HSL color Cylindrical-coordinate representation of color #111461: hue angle of 237.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111461 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 20 | 97 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.62 |
| HSL | 237.75º | 0.7% | 0.22% | - |
| HSV(B) | 237.75º | 0.82% | 0.38% | - |
| XYZ | 2.64 | 1.48 | 11.46 | - |
| YUV | 27.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 97 | 0.82 | 0.79 | 0 | 0.62 | 237.75 | 0.7 | 0.22 |
| Hex | 11 | 14 | 61 | 52 | 4F | 0 | 3E | EE | 46 | 16 |
| Octal | 21 | 24 | 141 | 122 | 117 | 0 | 76 | 356 | 106 | 26 |
| Binary | 10001 | 10100 | 1100001 | 1010010 | 1001111 | 0 | 111110 | 11101110 | 1000110 | 10110 |
Color Harmonies of #111461
Complementary color
Monochromatic Colors of #111461
Black with #111461
Text Example
Text Example
White with #111461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111461; }
p { color: rgb(17,20,97); }
H1.HeaderClassName
{
color: #111461;
}
.AnyTagClassName
{
color: #111461;
}
</style>
background-color css
<style>
a { background-color: #111461; }
a { background-color: rgb(17,20,97); }
div.DivClassName
{
background-color: #111461;
}
.BgClassName
{
background-color: #111461;
}
</style>
border-color css
<style>
span { border-color: #111461; }
span { border-color: rgb(17,20,97); }
td.TdClassName
{
border-color: #111461;
}
.TagClassName
{
border-color: #111461;
}
</style>