Shades of Midnight Blue #06045D
Tints of Midnight Blue #06045D
RGB
CMYK
RGB Variations
Color information
#06045D (or 0x06045D) is known color: Midnight Blue. HEX triplet: 06, 04 and 5D. RGB value is (6,4,93). Sum of RGB (Red+Green+Blue) = 6+4+93=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #06045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06045D is #F9FBA2. Grayscale: #0E0E0E. Windows color (decimal): -16382883 or 6095878. OLE color: 6095878.
HSL color Cylindrical-coordinate representation of color #06045D: hue angle of 241.35º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06045D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 4 | 93 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.64 |
| HSL | 241.35º | 0.92% | 0.19% | - |
| HSV(B) | 241.35º | 0.96% | 0.36% | - |
| XYZ | 2.09 | 0.92 | 10.42 | - |
| YUV | 14.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 93 | 0.94 | 0.96 | 0 | 0.64 | 241.35 | 0.92 | 0.19 |
| Hex | 6 | 4 | 5D | 5E | 60 | 0 | 40 | F1 | 5C | 13 |
| Octal | 6 | 4 | 135 | 136 | 140 | 0 | 100 | 361 | 134 | 23 |
| Binary | 110 | 100 | 1011101 | 1011110 | 1100000 | 0 | 1000000 | 11110001 | 1011100 | 10011 |
Color Harmonies of #06045D
Complementary color
Monochromatic Colors of #06045D
Black with #06045D
Text Example
Text Example
White with #06045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06045D; }
p { color: rgb(6,4,93); }
H1.HeaderClassName
{
color: #06045D;
}
.AnyTagClassName
{
color: #06045D;
}
</style>
background-color css
<style>
a { background-color: #06045D; }
a { background-color: rgb(6,4,93); }
div.DivClassName
{
background-color: #06045D;
}
.BgClassName
{
background-color: #06045D;
}
</style>
border-color css
<style>
span { border-color: #06045D; }
span { border-color: rgb(6,4,93); }
td.TdClassName
{
border-color: #06045D;
}
.TagClassName
{
border-color: #06045D;
}
</style>