Shades of Midnight Blue #11036B
Tints of Midnight Blue #11036B
RGB
CMYK
RGB Variations
Color information
#11036B (or 0x11036B) is known color: Midnight Blue. HEX triplet: 11, 03 and 6B. RGB value is (17,3,107). Sum of RGB (Red+Green+Blue) = 17+3+107=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 107 (42.19% from 255 or 84.25% from 127); Max value from RGB is 107 - color contains mainly: blue. Hex color #11036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11036B is #EEFC94. Grayscale: #121212. Windows color (decimal): -15662229 or 7013137. OLE color: 7013137.
HSL color Cylindrical-coordinate representation of color #11036B: hue angle of 248.08º 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 #11036B is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 3 | 107 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.58 |
| HSL | 248.08º | 0.95% | 0.22% | - |
| HSV(B) | 248.08º | 0.97% | 0.42% | - |
| XYZ | 2.92 | 1.25 | 14 | - |
| YUV | 19.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 107 | 0.84 | 0.97 | 0 | 0.58 | 248.08 | 0.95 | 0.22 |
| Hex | 11 | 3 | 6B | 54 | 61 | 0 | 3A | F8 | 5F | 16 |
| Octal | 21 | 3 | 153 | 124 | 141 | 0 | 72 | 370 | 137 | 26 |
| Binary | 10001 | 11 | 1101011 | 1010100 | 1100001 | 0 | 111010 | 11111000 | 1011111 | 10110 |
Color Harmonies of #11036B
Complementary color
Monochromatic Colors of #11036B
Black with #11036B
Text Example
Text Example
White with #11036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11036B; }
p { color: rgb(17,3,107); }
H1.HeaderClassName
{
color: #11036B;
}
.AnyTagClassName
{
color: #11036B;
}
</style>
background-color css
<style>
a { background-color: #11036B; }
a { background-color: rgb(17,3,107); }
div.DivClassName
{
background-color: #11036B;
}
.BgClassName
{
background-color: #11036B;
}
</style>
border-color css
<style>
span { border-color: #11036B; }
span { border-color: rgb(17,3,107); }
td.TdClassName
{
border-color: #11036B;
}
.TagClassName
{
border-color: #11036B;
}
</style>