Shades of Midnight Blue #111C68
Tints of Midnight Blue #111C68
RGB
CMYK
RGB Variations
Color information
#111C68 (or 0x111C68) is known color: Midnight Blue. HEX triplet: 11, 1C and 68. RGB value is (17,28,104). Sum of RGB (Red+Green+Blue) = 17+28+104=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #111C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C68 is #EEE397. Grayscale: #212121. Windows color (decimal): -15655832 or 6822929. OLE color: 6822929.
HSL color Cylindrical-coordinate representation of color #111C68: hue angle of 232.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111C68 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 28 | 104 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.59 |
| HSL | 232.41º | 0.72% | 0.24% | - |
| HSV(B) | 232.41º | 0.84% | 0.41% | - |
| XYZ | 3.15 | 1.95 | 13.31 | - |
| YUV | 33.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 104 | 0.84 | 0.73 | 0 | 0.59 | 232.41 | 0.72 | 0.24 |
| Hex | 11 | 1C | 68 | 54 | 49 | 0 | 3B | E8 | 48 | 18 |
| Octal | 21 | 34 | 150 | 124 | 111 | 0 | 73 | 350 | 110 | 30 |
| Binary | 10001 | 11100 | 1101000 | 1010100 | 1001001 | 0 | 111011 | 11101000 | 1001000 | 11000 |
Color Harmonies of #111C68
Complementary color
Monochromatic Colors of #111C68
Black with #111C68
Text Example
Text Example
White with #111C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C68; }
p { color: rgb(17,28,104); }
H1.HeaderClassName
{
color: #111C68;
}
.AnyTagClassName
{
color: #111C68;
}
</style>
background-color css
<style>
a { background-color: #111C68; }
a { background-color: rgb(17,28,104); }
div.DivClassName
{
background-color: #111C68;
}
.BgClassName
{
background-color: #111C68;
}
</style>
border-color css
<style>
span { border-color: #111C68; }
span { border-color: rgb(17,28,104); }
td.TdClassName
{
border-color: #111C68;
}
.TagClassName
{
border-color: #111C68;
}
</style>