Shades of Midnight Blue #111C82
Tints of Midnight Blue #111C82
RGB
CMYK
RGB Variations
Color information
#111C82 (or 0x111C82) is known color: Midnight Blue. HEX triplet: 11, 1C and 82. RGB value is (17,28,130). Sum of RGB (Red+Green+Blue) = 17+28+130=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #111C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C82 is #EEE37D. Grayscale: #232323. Windows color (decimal): -15655806 or 8526865. OLE color: 8526865.
HSL color Cylindrical-coordinate representation of color #111C82: hue angle of 234.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111C82 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 28 | 130 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.49 |
| HSL | 234.16º | 0.77% | 0.29% | - |
| HSV(B) | 234.16º | 0.87% | 0.51% | - |
| XYZ | 4.68 | 2.56 | 21.37 | - |
| YUV | 36.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 130 | 0.87 | 0.78 | 0 | 0.49 | 234.16 | 0.77 | 0.29 |
| Hex | 11 | 1C | 82 | 57 | 4E | 0 | 31 | EA | 4D | 1D |
| Octal | 21 | 34 | 202 | 127 | 116 | 0 | 61 | 352 | 115 | 35 |
| Binary | 10001 | 11100 | 10000010 | 1010111 | 1001110 | 0 | 110001 | 11101010 | 1001101 | 11101 |
Color Harmonies of #111C82
Complementary color
Monochromatic Colors of #111C82
Black with #111C82
Text Example
Text Example
White with #111C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C82; }
p { color: rgb(17,28,130); }
H1.HeaderClassName
{
color: #111C82;
}
.AnyTagClassName
{
color: #111C82;
}
</style>
background-color css
<style>
a { background-color: #111C82; }
a { background-color: rgb(17,28,130); }
div.DivClassName
{
background-color: #111C82;
}
.BgClassName
{
background-color: #111C82;
}
</style>
border-color css
<style>
span { border-color: #111C82; }
span { border-color: rgb(17,28,130); }
td.TdClassName
{
border-color: #111C82;
}
.TagClassName
{
border-color: #111C82;
}
</style>