Shades of Midnight Blue #11045D
Tints of Midnight Blue #11045D
RGB
CMYK
RGB Variations
Color information
#11045D (or 0x11045D) is known color: Midnight Blue. HEX triplet: 11, 04 and 5D. RGB value is (17,4,93). Sum of RGB (Red+Green+Blue) = 17+4+93=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #11045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11045D is #EEFBA2. Grayscale: #111111. Windows color (decimal): -15661987 or 6095889. OLE color: 6095889.
HSL color Cylindrical-coordinate representation of color #11045D: hue angle of 248.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11045D is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 4 | 93 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.64 |
| HSL | 248.76º | 0.92% | 0.19% | - |
| HSV(B) | 248.76º | 0.96% | 0.36% | - |
| XYZ | 2.25 | 1 | 10.43 | - |
| YUV | 18.03 | 170.31 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 93 | 0.82 | 0.96 | 0 | 0.64 | 248.76 | 0.92 | 0.19 |
| Hex | 11 | 4 | 5D | 52 | 60 | 0 | 40 | F9 | 5C | 13 |
| Octal | 21 | 4 | 135 | 122 | 140 | 0 | 100 | 371 | 134 | 23 |
| Binary | 10001 | 100 | 1011101 | 1010010 | 1100000 | 0 | 1000000 | 11111001 | 1011100 | 10011 |
Color Harmonies of #11045D
Complementary color
Monochromatic Colors of #11045D
Black with #11045D
Text Example
Text Example
White with #11045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11045D; }
p { color: rgb(17,4,93); }
H1.HeaderClassName
{
color: #11045D;
}
.AnyTagClassName
{
color: #11045D;
}
</style>
background-color css
<style>
a { background-color: #11045D; }
a { background-color: rgb(17,4,93); }
div.DivClassName
{
background-color: #11045D;
}
.BgClassName
{
background-color: #11045D;
}
</style>
border-color css
<style>
span { border-color: #11045D; }
span { border-color: rgb(17,4,93); }
td.TdClassName
{
border-color: #11045D;
}
.TagClassName
{
border-color: #11045D;
}
</style>