Shades of Midnight Blue #111C81
Tints of Midnight Blue #111C81
RGB
CMYK
RGB Variations
Color information
#111C81 (or 0x111C81) is known color: Midnight Blue. HEX triplet: 11, 1C and 81. RGB value is (17,28,129). Sum of RGB (Red+Green+Blue) = 17+28+129=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #111C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C81 is #EEE37E. Grayscale: #232323. Windows color (decimal): -15655807 or 8461329. OLE color: 8461329.
HSL color Cylindrical-coordinate representation of color #111C81: hue angle of 234.11º 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 #111C81 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 28 | 129 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.49 |
| HSL | 234.11º | 0.77% | 0.29% | - |
| HSV(B) | 234.11º | 0.87% | 0.51% | - |
| XYZ | 4.61 | 2.53 | 21.02 | - |
| YUV | 36.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 129 | 0.87 | 0.78 | 0 | 0.49 | 234.11 | 0.77 | 0.29 |
| Hex | 11 | 1C | 81 | 57 | 4E | 0 | 31 | EA | 4D | 1D |
| Octal | 21 | 34 | 201 | 127 | 116 | 0 | 61 | 352 | 115 | 35 |
| Binary | 10001 | 11100 | 10000001 | 1010111 | 1001110 | 0 | 110001 | 11101010 | 1001101 | 11101 |
Color Harmonies of #111C81
Complementary color
Monochromatic Colors of #111C81
Black with #111C81
Text Example
Text Example
White with #111C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C81; }
p { color: rgb(17,28,129); }
H1.HeaderClassName
{
color: #111C81;
}
.AnyTagClassName
{
color: #111C81;
}
</style>
background-color css
<style>
a { background-color: #111C81; }
a { background-color: rgb(17,28,129); }
div.DivClassName
{
background-color: #111C81;
}
.BgClassName
{
background-color: #111C81;
}
</style>
border-color css
<style>
span { border-color: #111C81; }
span { border-color: rgb(17,28,129); }
td.TdClassName
{
border-color: #111C81;
}
.TagClassName
{
border-color: #111C81;
}
</style>