Shades of Midnight Blue #06116C
Tints of Midnight Blue #06116C
RGB
CMYK
RGB Variations
Color information
#06116C (or 0x06116C) is known color: Midnight Blue. HEX triplet: 06, 11 and 6C. RGB value is (6,17,108). Sum of RGB (Red+Green+Blue) = 6+17+108=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #06116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06116C is #F9EE93. Grayscale: #171717. Windows color (decimal): -16379540 or 7082246. OLE color: 7082246.
HSL color Cylindrical-coordinate representation of color #06116C: hue angle of 233.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06116C is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 17 | 108 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.58 |
| HSL | 233.53º | 0.89% | 0.22% | - |
| HSV(B) | 233.53º | 0.94% | 0.42% | - |
| XYZ | 2.98 | 1.52 | 14.32 | - |
| YUV | 24.09 | 175.36 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 108 | 0.94 | 0.84 | 0 | 0.58 | 233.53 | 0.89 | 0.22 |
| Hex | 6 | 11 | 6C | 5E | 54 | 0 | 3A | EA | 59 | 16 |
| Octal | 6 | 21 | 154 | 136 | 124 | 0 | 72 | 352 | 131 | 26 |
| Binary | 110 | 10001 | 1101100 | 1011110 | 1010100 | 0 | 111010 | 11101010 | 1011001 | 10110 |
Color Harmonies of #06116C
Complementary color
Monochromatic Colors of #06116C
Black with #06116C
Text Example
Text Example
White with #06116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06116C; }
p { color: rgb(6,17,108); }
H1.HeaderClassName
{
color: #06116C;
}
.AnyTagClassName
{
color: #06116C;
}
</style>
background-color css
<style>
a { background-color: #06116C; }
a { background-color: rgb(6,17,108); }
div.DivClassName
{
background-color: #06116C;
}
.BgClassName
{
background-color: #06116C;
}
</style>
border-color css
<style>
span { border-color: #06116C; }
span { border-color: rgb(6,17,108); }
td.TdClassName
{
border-color: #06116C;
}
.TagClassName
{
border-color: #06116C;
}
</style>