Shades of Midnight Blue #111A5C
Tints of Midnight Blue #111A5C
RGB
CMYK
RGB Variations
Color information
#111A5C (or 0x111A5C) is known color: Midnight Blue. HEX triplet: 11, 1A and 5C. RGB value is (17,26,92). Sum of RGB (Red+Green+Blue) = 17+26+92=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #111A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A5C is #EEE5A3. Grayscale: #1E1E1E. Windows color (decimal): -15656356 or 6035985. OLE color: 6035985.
HSL color Cylindrical-coordinate representation of color #111A5C: hue angle of 232.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111A5C is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 26 | 92 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.64 |
| HSL | 232.8º | 0.69% | 0.21% | - |
| HSV(B) | 232.8º | 0.82% | 0.36% | - |
| XYZ | 2.53 | 1.63 | 10.31 | - |
| YUV | 30.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 92 | 0.82 | 0.72 | 0 | 0.64 | 232.8 | 0.69 | 0.21 |
| Hex | 11 | 1A | 5C | 52 | 48 | 0 | 40 | E9 | 45 | 15 |
| Octal | 21 | 32 | 134 | 122 | 110 | 0 | 100 | 351 | 105 | 25 |
| Binary | 10001 | 11010 | 1011100 | 1010010 | 1001000 | 0 | 1000000 | 11101001 | 1000101 | 10101 |
Color Harmonies of #111A5C
Complementary color
Monochromatic Colors of #111A5C
Black with #111A5C
Text Example
Text Example
White with #111A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A5C; }
p { color: rgb(17,26,92); }
H1.HeaderClassName
{
color: #111A5C;
}
.AnyTagClassName
{
color: #111A5C;
}
</style>
background-color css
<style>
a { background-color: #111A5C; }
a { background-color: rgb(17,26,92); }
div.DivClassName
{
background-color: #111A5C;
}
.BgClassName
{
background-color: #111A5C;
}
</style>
border-color css
<style>
span { border-color: #111A5C; }
span { border-color: rgb(17,26,92); }
td.TdClassName
{
border-color: #111A5C;
}
.TagClassName
{
border-color: #111A5C;
}
</style>