Shades of Midnight Blue #06034C
Tints of Midnight Blue #06034C
RGB
CMYK
RGB Variations
Color information
#06034C (or 0x06034C) is known color: Midnight Blue. HEX triplet: 06, 03 and 4C. RGB value is (6,3,76). Sum of RGB (Red+Green+Blue) = 6+3+76=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 76 (30.08% from 255 or 89.41% from 85); Max value from RGB is 76 - color contains mainly: blue. Hex color #06034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06034C is #F9FCB3. Grayscale: #0B0B0B. Windows color (decimal): -16383156 or 4981510. OLE color: 4981510.
HSL color Cylindrical-coordinate representation of color #06034C: hue angle of 242.47º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06034C is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 3 | 76 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.70 |
| HSL | 242.47º | 0.92% | 0.15% | - |
| HSV(B) | 242.47º | 0.96% | 0.3% | - |
| XYZ | 1.41 | 0.63 | 6.88 | - |
| YUV | 12.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 3 | 76 | 0.92 | 0.96 | 0 | 0.70 | 242.47 | 0.92 | 0.15 |
| Hex | 6 | 3 | 4C | 5C | 60 | 0 | 46 | F2 | 5C | F |
| Octal | 6 | 3 | 114 | 134 | 140 | 0 | 106 | 362 | 134 | 17 |
| Binary | 110 | 11 | 1001100 | 1011100 | 1100000 | 0 | 1000110 | 11110010 | 1011100 | 1111 |
Color Harmonies of #06034C
Complementary color
Monochromatic Colors of #06034C
Black with #06034C
Text Example
Text Example
White with #06034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06034C; }
p { color: rgb(6,3,76); }
H1.HeaderClassName
{
color: #06034C;
}
.AnyTagClassName
{
color: #06034C;
}
</style>
background-color css
<style>
a { background-color: #06034C; }
a { background-color: rgb(6,3,76); }
div.DivClassName
{
background-color: #06034C;
}
.BgClassName
{
background-color: #06034C;
}
</style>
border-color css
<style>
span { border-color: #06034C; }
span { border-color: rgb(6,3,76); }
td.TdClassName
{
border-color: #06034C;
}
.TagClassName
{
border-color: #06034C;
}
</style>