Shades of Midnight Blue #06034E
Tints of Midnight Blue #06034E
RGB
CMYK
RGB Variations
Color information
#06034E (or 0x06034E) is known color: Midnight Blue. HEX triplet: 06, 03 and 4E. RGB value is (6,3,78). Sum of RGB (Red+Green+Blue) = 6+3+78=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 78 (30.86% from 255 or 89.66% from 87); Max value from RGB is 78 - color contains mainly: blue. Hex color #06034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06034E is #F9FCB1. Grayscale: #0C0C0C. Windows color (decimal): -16383154 or 5112582. OLE color: 5112582.
HSL color Cylindrical-coordinate representation of color #06034E: hue angle of 242.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034E is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 3 | 78 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.69 |
| HSL | 242.4º | 0.93% | 0.16% | - |
| HSV(B) | 242.4º | 0.96% | 0.31% | - |
| XYZ | 1.48 | 0.65 | 7.26 | - |
| YUV | 12.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 78 | 0.92 | 0.96 | 0 | 0.69 | 242.4 | 0.93 | 0.16 |
| Hex | 6 | 3 | 4E | 5C | 60 | 0 | 45 | F2 | 5D | 10 |
| Octal | 6 | 3 | 116 | 134 | 140 | 0 | 105 | 362 | 135 | 20 |
| Binary | 110 | 11 | 1001110 | 1011100 | 1100000 | 0 | 1000101 | 11110010 | 1011101 | 10000 |
Color Harmonies of #06034E
Complementary color
Monochromatic Colors of #06034E
Black with #06034E
Text Example
Text Example
White with #06034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034E; }
p { color: rgb(6,3,78); }
H1.HeaderClassName
{
color: #06034E;
}
.AnyTagClassName
{
color: #06034E;
}
</style>
background-color css
<style>
a { background-color: #06034E; }
a { background-color: rgb(6,3,78); }
div.DivClassName
{
background-color: #06034E;
}
.BgClassName
{
background-color: #06034E;
}
</style>
border-color css
<style>
span { border-color: #06034E; }
span { border-color: rgb(6,3,78); }
td.TdClassName
{
border-color: #06034E;
}
.TagClassName
{
border-color: #06034E;
}
</style>