Shades of Midnight Blue #11005A
Tints of Midnight Blue #11005A
RGB
CMYK
RGB Variations
Color information
#11005A (or 0x11005A) is known color: Midnight Blue. HEX triplet: 11, 00 and 5A. RGB value is (17,0,90). Sum of RGB (Red+Green+Blue) = 17+0+90=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #11005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005A is #EEFFA5. Grayscale: #0F0F0F. Windows color (decimal): -15663014 or 5898257. OLE color: 5898257.
HSL color Cylindrical-coordinate representation of color #11005A: hue angle of 251.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005A is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 0 | 90 | - |
| CMYK | 0.81 | 1 | 0 | 0.65 |
| HSL | 251.33º | 1% | 0.18% | - |
| HSV(B) | 251.33º | 1% | 0.35% | - |
| XYZ | 2.08 | 0.86 | 9.73 | - |
| YUV | 15.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 90 | 0.81 | 1 | 0 | 0.65 | 251.33 | 1 | 0.18 |
| Hex | 11 | 0 | 5A | 51 | 64 | 0 | 41 | FB | 64 | 12 |
| Octal | 21 | 0 | 132 | 121 | 144 | 0 | 101 | 373 | 144 | 22 |
| Binary | 10001 | 0 | 1011010 | 1010001 | 1100100 | 0 | 1000001 | 11111011 | 1100100 | 10010 |
Color Harmonies of #11005A
Complementary color
Monochromatic Colors of #11005A
Black with #11005A
Text Example
Text Example
White with #11005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11005A; }
p { color: rgb(17,0,90); }
H1.HeaderClassName
{
color: #11005A;
}
.AnyTagClassName
{
color: #11005A;
}
</style>
background-color css
<style>
a { background-color: #11005A; }
a { background-color: rgb(17,0,90); }
div.DivClassName
{
background-color: #11005A;
}
.BgClassName
{
background-color: #11005A;
}
</style>
border-color css
<style>
span { border-color: #11005A; }
span { border-color: rgb(17,0,90); }
td.TdClassName
{
border-color: #11005A;
}
.TagClassName
{
border-color: #11005A;
}
</style>