Shades of Midnight Blue #11035C
Tints of Midnight Blue #11035C
RGB
CMYK
RGB Variations
Color information
#11035C (or 0x11035C) is known color: Midnight Blue. HEX triplet: 11, 03 and 5C. RGB value is (17,3,92). Sum of RGB (Red+Green+Blue) = 17+3+92=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #11035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11035C is #EEFCA3. Grayscale: #101010. Windows color (decimal): -15662244 or 6030097. OLE color: 6030097.
HSL color Cylindrical-coordinate representation of color #11035C: hue angle of 249.44º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11035C is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 3 | 92 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.64 |
| HSL | 249.44º | 0.94% | 0.19% | - |
| HSV(B) | 249.44º | 0.97% | 0.36% | - |
| XYZ | 2.2 | 0.96 | 10.19 | - |
| YUV | 17.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 92 | 0.82 | 0.97 | 0 | 0.64 | 249.44 | 0.94 | 0.19 |
| Hex | 11 | 3 | 5C | 52 | 61 | 0 | 40 | F9 | 5E | 13 |
| Octal | 21 | 3 | 134 | 122 | 141 | 0 | 100 | 371 | 136 | 23 |
| Binary | 10001 | 11 | 1011100 | 1010010 | 1100001 | 0 | 1000000 | 11111001 | 1011110 | 10011 |
Color Harmonies of #11035C
Complementary color
Monochromatic Colors of #11035C
Black with #11035C
Text Example
Text Example
White with #11035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11035C; }
p { color: rgb(17,3,92); }
H1.HeaderClassName
{
color: #11035C;
}
.AnyTagClassName
{
color: #11035C;
}
</style>
background-color css
<style>
a { background-color: #11035C; }
a { background-color: rgb(17,3,92); }
div.DivClassName
{
background-color: #11035C;
}
.BgClassName
{
background-color: #11035C;
}
</style>
border-color css
<style>
span { border-color: #11035C; }
span { border-color: rgb(17,3,92); }
td.TdClassName
{
border-color: #11035C;
}
.TagClassName
{
border-color: #11035C;
}
</style>