Shades of Midnight Blue #11045C
Tints of Midnight Blue #11045C
RGB
CMYK
RGB Variations
Color information
#11045C (or 0x11045C) is known color: Midnight Blue. HEX triplet: 11, 04 and 5C. RGB value is (17,4,92). Sum of RGB (Red+Green+Blue) = 17+4+92=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #11045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11045C is #EEFBA3. Grayscale: #111111. Windows color (decimal): -15661988 or 6030353. OLE color: 6030353.
HSL color Cylindrical-coordinate representation of color #11045C: hue angle of 248.86º 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 #11045C is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 4 | 92 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.64 |
| HSL | 248.86º | 0.92% | 0.19% | - |
| HSV(B) | 248.86º | 0.96% | 0.36% | - |
| XYZ | 2.21 | 0.98 | 10.2 | - |
| YUV | 17.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 92 | 0.82 | 0.96 | 0 | 0.64 | 248.86 | 0.92 | 0.19 |
| Hex | 11 | 4 | 5C | 52 | 60 | 0 | 40 | F9 | 5C | 13 |
| Octal | 21 | 4 | 134 | 122 | 140 | 0 | 100 | 371 | 134 | 23 |
| Binary | 10001 | 100 | 1011100 | 1010010 | 1100000 | 0 | 1000000 | 11111001 | 1011100 | 10011 |
Color Harmonies of #11045C
Complementary color
Monochromatic Colors of #11045C
Black with #11045C
Text Example
Text Example
White with #11045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11045C; }
p { color: rgb(17,4,92); }
H1.HeaderClassName
{
color: #11045C;
}
.AnyTagClassName
{
color: #11045C;
}
</style>
background-color css
<style>
a { background-color: #11045C; }
a { background-color: rgb(17,4,92); }
div.DivClassName
{
background-color: #11045C;
}
.BgClassName
{
background-color: #11045C;
}
</style>
border-color css
<style>
span { border-color: #11045C; }
span { border-color: rgb(17,4,92); }
td.TdClassName
{
border-color: #11045C;
}
.TagClassName
{
border-color: #11045C;
}
</style>