Shades of Midnight Blue #11005D
Tints of Midnight Blue #11005D
RGB
CMYK
RGB Variations
Color information
#11005D (or 0x11005D) is known color: Midnight Blue. HEX triplet: 11, 00 and 5D. RGB value is (17,0,93). Sum of RGB (Red+Green+Blue) = 17+0+93=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #11005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005D is #EEFFA2. Grayscale: #0F0F0F. Windows color (decimal): -15663011 or 6094865. OLE color: 6094865.
HSL color Cylindrical-coordinate representation of color #11005D: hue angle of 250.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005D is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 0 | 93 | - |
| CMYK | 0.82 | 1 | 0 | 0.64 |
| HSL | 250.97º | 1% | 0.18% | - |
| HSV(B) | 250.97º | 1% | 0.36% | - |
| XYZ | 2.21 | 0.91 | 10.42 | - |
| YUV | 15.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 93 | 0.82 | 1 | 0 | 0.64 | 250.97 | 1 | 0.18 |
| Hex | 11 | 0 | 5D | 52 | 64 | 0 | 40 | FB | 64 | 12 |
| Octal | 21 | 0 | 135 | 122 | 144 | 0 | 100 | 373 | 144 | 22 |
| Binary | 10001 | 0 | 1011101 | 1010010 | 1100100 | 0 | 1000000 | 11111011 | 1100100 | 10010 |
Color Harmonies of #11005D
Complementary color
Monochromatic Colors of #11005D
Black with #11005D
Text Example
Text Example
White with #11005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11005D; }
p { color: rgb(17,0,93); }
H1.HeaderClassName
{
color: #11005D;
}
.AnyTagClassName
{
color: #11005D;
}
</style>
background-color css
<style>
a { background-color: #11005D; }
a { background-color: rgb(17,0,93); }
div.DivClassName
{
background-color: #11005D;
}
.BgClassName
{
background-color: #11005D;
}
</style>
border-color css
<style>
span { border-color: #11005D; }
span { border-color: rgb(17,0,93); }
td.TdClassName
{
border-color: #11005D;
}
.TagClassName
{
border-color: #11005D;
}
</style>