Shades of Midnight Blue #11147B
Tints of Midnight Blue #11147B
RGB
CMYK
RGB Variations
Color information
#11147B (or 0x11147B) is known color: Midnight Blue. HEX triplet: 11, 14 and 7B. RGB value is (17,20,123). Sum of RGB (Red+Green+Blue) = 17+20+123=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #11147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11147B is #EEEB84. Grayscale: #1E1E1E. Windows color (decimal): -15657861 or 8066065. OLE color: 8066065.
HSL color Cylindrical-coordinate representation of color #11147B: hue angle of 238.3º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11147B is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 20 | 123 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.52 |
| HSL | 238.3º | 0.76% | 0.27% | - |
| HSV(B) | 238.3º | 0.86% | 0.48% | - |
| XYZ | 4.06 | 2.05 | 18.92 | - |
| YUV | 30.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 123 | 0.86 | 0.84 | 0 | 0.52 | 238.3 | 0.76 | 0.27 |
| Hex | 11 | 14 | 7B | 56 | 54 | 0 | 34 | EE | 4C | 1B |
| Octal | 21 | 24 | 173 | 126 | 124 | 0 | 64 | 356 | 114 | 33 |
| Binary | 10001 | 10100 | 1111011 | 1010110 | 1010100 | 0 | 110100 | 11101110 | 1001100 | 11011 |
Color Harmonies of #11147B
Complementary color
Monochromatic Colors of #11147B
Black with #11147B
Text Example
Text Example
White with #11147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11147B; }
p { color: rgb(17,20,123); }
H1.HeaderClassName
{
color: #11147B;
}
.AnyTagClassName
{
color: #11147B;
}
</style>
background-color css
<style>
a { background-color: #11147B; }
a { background-color: rgb(17,20,123); }
div.DivClassName
{
background-color: #11147B;
}
.BgClassName
{
background-color: #11147B;
}
</style>
border-color css
<style>
span { border-color: #11147B; }
span { border-color: rgb(17,20,123); }
td.TdClassName
{
border-color: #11147B;
}
.TagClassName
{
border-color: #11147B;
}
</style>