Shades of Midnight Blue #061069
Tints of Midnight Blue #061069
RGB
CMYK
RGB Variations
Color information
#061069 (or 0x061069) is known color: Midnight Blue. HEX triplet: 06, 10 and 69. RGB value is (6,16,105). Sum of RGB (Red+Green+Blue) = 6+16+105=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #061069 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061069 is #F9EF96. Grayscale: #161616. Windows color (decimal): -16379799 or 6885382. OLE color: 6885382.
HSL color Cylindrical-coordinate representation of color #061069: hue angle of 233.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061069 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 16 | 105 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.59 |
| HSL | 233.94º | 0.89% | 0.22% | - |
| HSV(B) | 233.94º | 0.94% | 0.41% | - |
| XYZ | 2.81 | 1.43 | 13.49 | - |
| YUV | 23.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 105 | 0.94 | 0.85 | 0 | 0.59 | 233.94 | 0.89 | 0.22 |
| Hex | 6 | 10 | 69 | 5E | 55 | 0 | 3B | EA | 59 | 16 |
| Octal | 6 | 20 | 151 | 136 | 125 | 0 | 73 | 352 | 131 | 26 |
| Binary | 110 | 10000 | 1101001 | 1011110 | 1010101 | 0 | 111011 | 11101010 | 1011001 | 10110 |
Color Harmonies of #061069
Complementary color
Monochromatic Colors of #061069
Black with #061069
Text Example
Text Example
White with #061069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061069; }
p { color: rgb(6,16,105); }
H1.HeaderClassName
{
color: #061069;
}
.AnyTagClassName
{
color: #061069;
}
</style>
background-color css
<style>
a { background-color: #061069; }
a { background-color: rgb(6,16,105); }
div.DivClassName
{
background-color: #061069;
}
.BgClassName
{
background-color: #061069;
}
</style>
border-color css
<style>
span { border-color: #061069; }
span { border-color: rgb(6,16,105); }
td.TdClassName
{
border-color: #061069;
}
.TagClassName
{
border-color: #061069;
}
</style>