Shades of Midnight Blue #06054D
Tints of Midnight Blue #06054D
RGB
CMYK
RGB Variations
Color information
#06054D (or 0x06054D) is known color: Midnight Blue. HEX triplet: 06, 05 and 4D. RGB value is (6,5,77). Sum of RGB (Red+Green+Blue) = 6+5+77=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #06054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06054D is #F9FAB2. Grayscale: #0D0D0D. Windows color (decimal): -16382643 or 5047558. OLE color: 5047558.
HSL color Cylindrical-coordinate representation of color #06054D: hue angle of 240.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06054D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 5 | 77 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.70 |
| HSL | 240.83º | 0.88% | 0.16% | - |
| HSV(B) | 240.83º | 0.94% | 0.3% | - |
| XYZ | 1.47 | 0.68 | 7.08 | - |
| YUV | 13.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 77 | 0.92 | 0.94 | 0 | 0.70 | 240.83 | 0.88 | 0.16 |
| Hex | 6 | 5 | 4D | 5C | 5E | 0 | 46 | F1 | 58 | 10 |
| Octal | 6 | 5 | 115 | 134 | 136 | 0 | 106 | 361 | 130 | 20 |
| Binary | 110 | 101 | 1001101 | 1011100 | 1011110 | 0 | 1000110 | 11110001 | 1011000 | 10000 |
Color Harmonies of #06054D
Complementary color
Monochromatic Colors of #06054D
Black with #06054D
Text Example
Text Example
White with #06054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06054D; }
p { color: rgb(6,5,77); }
H1.HeaderClassName
{
color: #06054D;
}
.AnyTagClassName
{
color: #06054D;
}
</style>
background-color css
<style>
a { background-color: #06054D; }
a { background-color: rgb(6,5,77); }
div.DivClassName
{
background-color: #06054D;
}
.BgClassName
{
background-color: #06054D;
}
</style>
border-color css
<style>
span { border-color: #06054D; }
span { border-color: rgb(6,5,77); }
td.TdClassName
{
border-color: #06054D;
}
.TagClassName
{
border-color: #06054D;
}
</style>