Shades of Midnight Blue #06034D
Tints of Midnight Blue #06034D
RGB
CMYK
RGB Variations
Color information
#06034D (or 0x06034D) is known color: Midnight Blue. HEX triplet: 06, 03 and 4D. RGB value is (6,3,77). Sum of RGB (Red+Green+Blue) = 6+3+77=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 77 (30.47% from 255 or 89.53% from 86); Max value from RGB is 77 - color contains mainly: blue. Hex color #06034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06034D is #F9FCB2. Grayscale: #0C0C0C. Windows color (decimal): -16383155 or 5047046. OLE color: 5047046.
HSL color Cylindrical-coordinate representation of color #06034D: hue angle of 242.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034D is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 3 | 77 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.70 |
| HSL | 242.43º | 0.93% | 0.16% | - |
| HSV(B) | 242.43º | 0.96% | 0.3% | - |
| XYZ | 1.45 | 0.64 | 7.07 | - |
| YUV | 12.33 | 164.49 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 77 | 0.92 | 0.96 | 0 | 0.70 | 242.43 | 0.93 | 0.16 |
| Hex | 6 | 3 | 4D | 5C | 60 | 0 | 46 | F2 | 5C | 10 |
| Octal | 6 | 3 | 115 | 134 | 140 | 0 | 106 | 362 | 134 | 20 |
| Binary | 110 | 11 | 1001101 | 1011100 | 1100000 | 0 | 1000110 | 11110010 | 1011100 | 10000 |
Color Harmonies of #06034D
Complementary color
Monochromatic Colors of #06034D
Black with #06034D
Text Example
Text Example
White with #06034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034D; }
p { color: rgb(6,3,77); }
H1.HeaderClassName
{
color: #06034D;
}
.AnyTagClassName
{
color: #06034D;
}
</style>
background-color css
<style>
a { background-color: #06034D; }
a { background-color: rgb(6,3,77); }
div.DivClassName
{
background-color: #06034D;
}
.BgClassName
{
background-color: #06034D;
}
</style>
border-color css
<style>
span { border-color: #06034D; }
span { border-color: rgb(6,3,77); }
td.TdClassName
{
border-color: #06034D;
}
.TagClassName
{
border-color: #06034D;
}
</style>