Shades of Midnight Blue #11036C
Tints of Midnight Blue #11036C
RGB
CMYK
RGB Variations
Color information
#11036C (or 0x11036C) is known color: Midnight Blue. HEX triplet: 11, 03 and 6C. RGB value is (17,3,108). Sum of RGB (Red+Green+Blue) = 17+3+108=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 108 (42.58% from 255 or 84.38% from 128); Max value from RGB is 108 - color contains mainly: blue. Hex color #11036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11036C is #EEFC93. Grayscale: #121212. Windows color (decimal): -15662228 or 7078673. OLE color: 7078673.
HSL color Cylindrical-coordinate representation of color #11036C: hue angle of 248º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11036C is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 3 | 108 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.58 |
| HSL | 248º | 0.95% | 0.22% | - |
| HSV(B) | 248º | 0.97% | 0.42% | - |
| XYZ | 2.97 | 1.27 | 14.28 | - |
| YUV | 19.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 108 | 0.84 | 0.97 | 0 | 0.58 | 248 | 0.95 | 0.22 |
| Hex | 11 | 3 | 6C | 54 | 61 | 0 | 3A | F8 | 5F | 16 |
| Octal | 21 | 3 | 154 | 124 | 141 | 0 | 72 | 370 | 137 | 26 |
| Binary | 10001 | 11 | 1101100 | 1010100 | 1100001 | 0 | 111010 | 11111000 | 1011111 | 10110 |
Color Harmonies of #11036C
Complementary color
Monochromatic Colors of #11036C
Black with #11036C
Text Example
Text Example
White with #11036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11036C; }
p { color: rgb(17,3,108); }
H1.HeaderClassName
{
color: #11036C;
}
.AnyTagClassName
{
color: #11036C;
}
</style>
background-color css
<style>
a { background-color: #11036C; }
a { background-color: rgb(17,3,108); }
div.DivClassName
{
background-color: #11036C;
}
.BgClassName
{
background-color: #11036C;
}
</style>
border-color css
<style>
span { border-color: #11036C; }
span { border-color: rgb(17,3,108); }
td.TdClassName
{
border-color: #11036C;
}
.TagClassName
{
border-color: #11036C;
}
</style>