Shades of Midnight Blue #11015C
Tints of Midnight Blue #11015C
RGB
CMYK
RGB Variations
Color information
#11015C (or 0x11015C) is known color: Midnight Blue. HEX triplet: 11, 01 and 5C. RGB value is (17,1,92). Sum of RGB (Red+Green+Blue) = 17+1+92=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #11015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11015C is #EEFEA3. Grayscale: #0F0F0F. Windows color (decimal): -15662756 or 6029585. OLE color: 6029585.
HSL color Cylindrical-coordinate representation of color #11015C: hue angle of 250.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11015C is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 1 | 92 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.64 |
| HSL | 250.55º | 0.98% | 0.18% | - |
| HSV(B) | 250.55º | 0.99% | 0.36% | - |
| XYZ | 2.17 | 0.91 | 10.19 | - |
| YUV | 16.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 92 | 0.82 | 0.99 | 0 | 0.64 | 250.55 | 0.98 | 0.18 |
| Hex | 11 | 1 | 5C | 52 | 63 | 0 | 40 | FB | 62 | 12 |
| Octal | 21 | 1 | 134 | 122 | 143 | 0 | 100 | 373 | 142 | 22 |
| Binary | 10001 | 1 | 1011100 | 1010010 | 1100011 | 0 | 1000000 | 11111011 | 1100010 | 10010 |
Color Harmonies of #11015C
Complementary color
Monochromatic Colors of #11015C
Black with #11015C
Text Example
Text Example
White with #11015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11015C; }
p { color: rgb(17,1,92); }
H1.HeaderClassName
{
color: #11015C;
}
.AnyTagClassName
{
color: #11015C;
}
</style>
background-color css
<style>
a { background-color: #11015C; }
a { background-color: rgb(17,1,92); }
div.DivClassName
{
background-color: #11015C;
}
.BgClassName
{
background-color: #11015C;
}
</style>
border-color css
<style>
span { border-color: #11015C; }
span { border-color: rgb(17,1,92); }
td.TdClassName
{
border-color: #11015C;
}
.TagClassName
{
border-color: #11015C;
}
</style>