Shades of Midnight Blue #06084F
Tints of Midnight Blue #06084F
RGB
CMYK
RGB Variations
Color information
#06084F (or 0x06084F) is known color: Midnight Blue. HEX triplet: 06, 08 and 4F. RGB value is (6,8,79). Sum of RGB (Red+Green+Blue) = 6+8+79=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #06084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06084F is #F9F7B0. Grayscale: #0F0F0F. Windows color (decimal): -16381873 or 5179398. OLE color: 5179398.
HSL color Cylindrical-coordinate representation of color #06084F: hue angle of 238.36º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06084F is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 8 | 79 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.69 |
| HSL | 238.36º | 0.86% | 0.17% | - |
| HSV(B) | 238.36º | 0.92% | 0.31% | - |
| XYZ | 1.57 | 0.78 | 7.46 | - |
| YUV | 15.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 8 | 79 | 0.92 | 0.90 | 0 | 0.69 | 238.36 | 0.86 | 0.17 |
| Hex | 6 | 8 | 4F | 5C | 5A | 0 | 45 | EE | 56 | 11 |
| Octal | 6 | 10 | 117 | 134 | 132 | 0 | 105 | 356 | 126 | 21 |
| Binary | 110 | 1000 | 1001111 | 1011100 | 1011010 | 0 | 1000101 | 11101110 | 1010110 | 10001 |
Color Harmonies of #06084F
Complementary color
Monochromatic Colors of #06084F
Black with #06084F
Text Example
Text Example
White with #06084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06084F; }
p { color: rgb(6,8,79); }
H1.HeaderClassName
{
color: #06084F;
}
.AnyTagClassName
{
color: #06084F;
}
</style>
background-color css
<style>
a { background-color: #06084F; }
a { background-color: rgb(6,8,79); }
div.DivClassName
{
background-color: #06084F;
}
.BgClassName
{
background-color: #06084F;
}
</style>
border-color css
<style>
span { border-color: #06084F; }
span { border-color: rgb(6,8,79); }
td.TdClassName
{
border-color: #06084F;
}
.TagClassName
{
border-color: #06084F;
}
</style>