Shades of Midnight Blue #11005F
Tints of Midnight Blue #11005F
RGB
CMYK
RGB Variations
Color information
#11005F (or 0x11005F) is known color: Midnight Blue. HEX triplet: 11, 00 and 5F. RGB value is (17,0,95). Sum of RGB (Red+Green+Blue) = 17+0+95=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #11005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11005F is #EEFFA0. Grayscale: #0F0F0F. Windows color (decimal): -15663009 or 6225937. OLE color: 6225937.
HSL color Cylindrical-coordinate representation of color #11005F: hue angle of 250.74º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11005F is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 0 | 95 | - |
| CMYK | 0.82 | 1 | 0 | 0.63 |
| HSL | 250.74º | 1% | 0.19% | - |
| HSV(B) | 250.74º | 1% | 0.37% | - |
| XYZ | 2.3 | 0.95 | 10.89 | - |
| YUV | 15.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 95 | 0.82 | 1 | 0 | 0.63 | 250.74 | 1 | 0.19 |
| Hex | 11 | 0 | 5F | 52 | 64 | 0 | 3F | FB | 64 | 13 |
| Octal | 21 | 0 | 137 | 122 | 144 | 0 | 77 | 373 | 144 | 23 |
| Binary | 10001 | 0 | 1011111 | 1010010 | 1100100 | 0 | 111111 | 11111011 | 1100100 | 10011 |
Color Harmonies of #11005F
Complementary color
Monochromatic Colors of #11005F
Black with #11005F
Text Example
Text Example
White with #11005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11005F; }
p { color: rgb(17,0,95); }
H1.HeaderClassName
{
color: #11005F;
}
.AnyTagClassName
{
color: #11005F;
}
</style>
background-color css
<style>
a { background-color: #11005F; }
a { background-color: rgb(17,0,95); }
div.DivClassName
{
background-color: #11005F;
}
.BgClassName
{
background-color: #11005F;
}
</style>
border-color css
<style>
span { border-color: #11005F; }
span { border-color: rgb(17,0,95); }
td.TdClassName
{
border-color: #11005F;
}
.TagClassName
{
border-color: #11005F;
}
</style>