Shades of Midnight Express #06094A
Tints of Midnight Express #06094A
RGB
CMYK
RGB Variations
Color information
#06094A (or 0x06094A) is known color: Midnight Express. HEX triplet: 06, 09 and 4A. RGB value is (6,9,74). Sum of RGB (Red+Green+Blue) = 6+9+74=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 74 (29.30% from 255 or 83.15% from 89); Max value from RGB is 74 - color contains mainly: blue. Hex color #06094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06094A is #F9F6B5. Grayscale: #0F0F0F. Windows color (decimal): -16381622 or 4851974. OLE color: 4851974.
HSL color Cylindrical-coordinate representation of color #06094A: hue angle of 237.35º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06094A is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 9 | 74 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.71 |
| HSL | 237.35º | 0.85% | 0.16% | - |
| HSV(B) | 237.35º | 0.92% | 0.29% | - |
| XYZ | 1.41 | 0.73 | 6.54 | - |
| YUV | 15.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 74 | 0.92 | 0.88 | 0 | 0.71 | 237.35 | 0.85 | 0.16 |
| Hex | 6 | 9 | 4A | 5C | 58 | 0 | 47 | ED | 55 | 10 |
| Octal | 6 | 11 | 112 | 134 | 130 | 0 | 107 | 355 | 125 | 20 |
| Binary | 110 | 1001 | 1001010 | 1011100 | 1011000 | 0 | 1000111 | 11101101 | 1010101 | 10000 |
Color Harmonies of #06094A
Complementary color
Monochromatic Colors of #06094A
Black with #06094A
Text Example
Text Example
White with #06094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06094A; }
p { color: rgb(6,9,74); }
H1.HeaderClassName
{
color: #06094A;
}
.AnyTagClassName
{
color: #06094A;
}
</style>
background-color css
<style>
a { background-color: #06094A; }
a { background-color: rgb(6,9,74); }
div.DivClassName
{
background-color: #06094A;
}
.BgClassName
{
background-color: #06094A;
}
</style>
border-color css
<style>
span { border-color: #06094A; }
span { border-color: rgb(6,9,74); }
td.TdClassName
{
border-color: #06094A;
}
.TagClassName
{
border-color: #06094A;
}
</style>