Shades of Midnight Blue #06034F
Tints of Midnight Blue #06034F
RGB
CMYK
RGB Variations
Color information
#06034F (or 0x06034F) is known color: Midnight Blue. HEX triplet: 06, 03 and 4F. RGB value is (6,3,79). Sum of RGB (Red+Green+Blue) = 6+3+79=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #06034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06034F is #F9FCB0. Grayscale: #0C0C0C. Windows color (decimal): -16383153 or 5178118. OLE color: 5178118.
HSL color Cylindrical-coordinate representation of color #06034F: hue angle of 242.37º 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 #06034F is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 3 | 79 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.69 |
| HSL | 242.37º | 0.93% | 0.16% | - |
| HSV(B) | 242.37º | 0.96% | 0.31% | - |
| XYZ | 1.52 | 0.67 | 7.45 | - |
| YUV | 12.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 79 | 0.92 | 0.96 | 0 | 0.69 | 242.37 | 0.93 | 0.16 |
| Hex | 6 | 3 | 4F | 5C | 60 | 0 | 45 | F2 | 5D | 10 |
| Octal | 6 | 3 | 117 | 134 | 140 | 0 | 105 | 362 | 135 | 20 |
| Binary | 110 | 11 | 1001111 | 1011100 | 1100000 | 0 | 1000101 | 11110010 | 1011101 | 10000 |
Color Harmonies of #06034F
Complementary color
Monochromatic Colors of #06034F
Black with #06034F
Text Example
Text Example
White with #06034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034F; }
p { color: rgb(6,3,79); }
H1.HeaderClassName
{
color: #06034F;
}
.AnyTagClassName
{
color: #06034F;
}
</style>
background-color css
<style>
a { background-color: #06034F; }
a { background-color: rgb(6,3,79); }
div.DivClassName
{
background-color: #06034F;
}
.BgClassName
{
background-color: #06034F;
}
</style>
border-color css
<style>
span { border-color: #06034F; }
span { border-color: rgb(6,3,79); }
td.TdClassName
{
border-color: #06034F;
}
.TagClassName
{
border-color: #06034F;
}
</style>