Shades of Midnight Blue #11066F
Tints of Midnight Blue #11066F
RGB
CMYK
RGB Variations
Color information
#11066F (or 0x11066F) is known color: Midnight Blue. HEX triplet: 11, 06 and 6F. RGB value is (17,6,111). Sum of RGB (Red+Green+Blue) = 17+6+111=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #11066F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11066F is #EEF990. Grayscale: #141414. Windows color (decimal): -15661457 or 7276049. OLE color: 7276049.
HSL color Cylindrical-coordinate representation of color #11066F: hue angle of 246.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11066F is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 6 | 111 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.56 |
| HSL | 246.29º | 0.9% | 0.23% | - |
| HSV(B) | 246.29º | 0.95% | 0.44% | - |
| XYZ | 3.17 | 1.4 | 15.14 | - |
| YUV | 21.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 111 | 0.85 | 0.95 | 0 | 0.56 | 246.29 | 0.9 | 0.23 |
| Hex | 11 | 6 | 6F | 55 | 5F | 0 | 38 | F6 | 5A | 17 |
| Octal | 21 | 6 | 157 | 125 | 137 | 0 | 70 | 366 | 132 | 27 |
| Binary | 10001 | 110 | 1101111 | 1010101 | 1011111 | 0 | 111000 | 11110110 | 1011010 | 10111 |
Color Harmonies of #11066F
Complementary color
Monochromatic Colors of #11066F
Black with #11066F
Text Example
Text Example
White with #11066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11066F; }
p { color: rgb(17,6,111); }
H1.HeaderClassName
{
color: #11066F;
}
.AnyTagClassName
{
color: #11066F;
}
</style>
background-color css
<style>
a { background-color: #11066F; }
a { background-color: rgb(17,6,111); }
div.DivClassName
{
background-color: #11066F;
}
.BgClassName
{
background-color: #11066F;
}
</style>
border-color css
<style>
span { border-color: #11066F; }
span { border-color: rgb(17,6,111); }
td.TdClassName
{
border-color: #11066F;
}
.TagClassName
{
border-color: #11066F;
}
</style>