Shades of Midnight Blue #11025D
Tints of Midnight Blue #11025D
RGB
CMYK
RGB Variations
Color information
#11025D (or 0x11025D) is known color: Midnight Blue. HEX triplet: 11, 02 and 5D. RGB value is (17,2,93). Sum of RGB (Red+Green+Blue) = 17+2+93=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #11025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11025D is #EEFDA2. Grayscale: #101010. Windows color (decimal): -15662499 or 6095377. OLE color: 6095377.
HSL color Cylindrical-coordinate representation of color #11025D: hue angle of 249.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11025D is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 2 | 93 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.64 |
| HSL | 249.89º | 0.96% | 0.19% | - |
| HSV(B) | 249.89º | 0.98% | 0.36% | - |
| XYZ | 2.23 | 0.95 | 10.42 | - |
| YUV | 16.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 93 | 0.82 | 0.98 | 0 | 0.64 | 249.89 | 0.96 | 0.19 |
| Hex | 11 | 2 | 5D | 52 | 62 | 0 | 40 | FA | 60 | 13 |
| Octal | 21 | 2 | 135 | 122 | 142 | 0 | 100 | 372 | 140 | 23 |
| Binary | 10001 | 10 | 1011101 | 1010010 | 1100010 | 0 | 1000000 | 11111010 | 1100000 | 10011 |
Color Harmonies of #11025D
Complementary color
Monochromatic Colors of #11025D
Black with #11025D
Text Example
Text Example
White with #11025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11025D; }
p { color: rgb(17,2,93); }
H1.HeaderClassName
{
color: #11025D;
}
.AnyTagClassName
{
color: #11025D;
}
</style>
background-color css
<style>
a { background-color: #11025D; }
a { background-color: rgb(17,2,93); }
div.DivClassName
{
background-color: #11025D;
}
.BgClassName
{
background-color: #11025D;
}
</style>
border-color css
<style>
span { border-color: #11025D; }
span { border-color: rgb(17,2,93); }
td.TdClassName
{
border-color: #11025D;
}
.TagClassName
{
border-color: #11025D;
}
</style>