Shades of Midnight Blue #06034A
Tints of Midnight Blue #06034A
RGB
CMYK
RGB Variations
Color information
#06034A (or 0x06034A) is known color: Midnight Blue. HEX triplet: 06, 03 and 4A. RGB value is (6,3,74). Sum of RGB (Red+Green+Blue) = 6+3+74=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #06034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06034A is #F9FCB5. Grayscale: #0B0B0B. Windows color (decimal): -16383158 or 4850438. OLE color: 4850438.
HSL color Cylindrical-coordinate representation of color #06034A: hue angle of 242.54º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 3 | 74 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.71 |
| HSL | 242.54º | 0.92% | 0.15% | - |
| HSV(B) | 242.54º | 0.96% | 0.29% | - |
| XYZ | 1.34 | 0.6 | 6.52 | - |
| YUV | 11.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 74 | 0.92 | 0.96 | 0 | 0.71 | 242.54 | 0.92 | 0.15 |
| Hex | 6 | 3 | 4A | 5C | 60 | 0 | 47 | F3 | 5C | F |
| Octal | 6 | 3 | 112 | 134 | 140 | 0 | 107 | 363 | 134 | 17 |
| Binary | 110 | 11 | 1001010 | 1011100 | 1100000 | 0 | 1000111 | 11110011 | 1011100 | 1111 |
Color Harmonies of #06034A
Complementary color
Monochromatic Colors of #06034A
Black with #06034A
Text Example
Text Example
White with #06034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034A; }
p { color: rgb(6,3,74); }
H1.HeaderClassName
{
color: #06034A;
}
.AnyTagClassName
{
color: #06034A;
}
</style>
background-color css
<style>
a { background-color: #06034A; }
a { background-color: rgb(6,3,74); }
div.DivClassName
{
background-color: #06034A;
}
.BgClassName
{
background-color: #06034A;
}
</style>
border-color css
<style>
span { border-color: #06034A; }
span { border-color: rgb(6,3,74); }
td.TdClassName
{
border-color: #06034A;
}
.TagClassName
{
border-color: #06034A;
}
</style>