Shades of Midnight Blue #06064D
Tints of Midnight Blue #06064D
RGB
CMYK
RGB Variations
Color information
#06064D (or 0x06064D) is known color: Midnight Blue. HEX triplet: 06, 06 and 4D. RGB value is (6,6,77). Sum of RGB (Red+Green+Blue) = 6+6+77=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #06064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06064D is #F9F9B2. Grayscale: #0D0D0D. Windows color (decimal): -16382387 or 5047814. OLE color: 5047814.
HSL color Cylindrical-coordinate representation of color #06064D: hue angle of 240º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06064D is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 6 | 77 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.70 |
| HSL | 240º | 0.86% | 0.16% | - |
| HSV(B) | 240º | 0.92% | 0.3% | - |
| XYZ | 1.48 | 0.7 | 7.08 | - |
| YUV | 14.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 77 | 0.92 | 0.92 | 0 | 0.70 | 240 | 0.86 | 0.16 |
| Hex | 6 | 6 | 4D | 5C | 5C | 0 | 46 | F0 | 56 | 10 |
| Octal | 6 | 6 | 115 | 134 | 134 | 0 | 106 | 360 | 126 | 20 |
| Binary | 110 | 110 | 1001101 | 1011100 | 1011100 | 0 | 1000110 | 11110000 | 1010110 | 10000 |
Color Harmonies of #06064D
Complementary color
Monochromatic Colors of #06064D
Black with #06064D
Text Example
Text Example
White with #06064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06064D; }
p { color: rgb(6,6,77); }
H1.HeaderClassName
{
color: #06064D;
}
.AnyTagClassName
{
color: #06064D;
}
</style>
background-color css
<style>
a { background-color: #06064D; }
a { background-color: rgb(6,6,77); }
div.DivClassName
{
background-color: #06064D;
}
.BgClassName
{
background-color: #06064D;
}
</style>
border-color css
<style>
span { border-color: #06064D; }
span { border-color: rgb(6,6,77); }
td.TdClassName
{
border-color: #06064D;
}
.TagClassName
{
border-color: #06064D;
}
</style>