Shades of Midnight Express #060934
Tints of Midnight Express #060934
RGB
CMYK
RGB Variations
Color information
#060934 (or 0x060934) is known color: Midnight Express. HEX triplet: 06, 09 and 34. RGB value is (6,9,52). Sum of RGB (Red+Green+Blue) = 6+9+52=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 52 (20.70% from 255 or 77.61% from 67); Max value from RGB is 52 - color contains mainly: blue. Hex color #060934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060934 is #F9F6CB. Grayscale: #0C0C0C. Windows color (decimal): -16381644 or 3410182. OLE color: 3410182.
HSL color Cylindrical-coordinate representation of color #060934: hue angle of 236.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060934 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 9 | 52 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.80 |
| HSL | 236.09º | 0.79% | 0.11% | - |
| HSV(B) | 236.09º | 0.88% | 0.2% | - |
| XYZ | 0.79 | 0.48 | 3.3 | - |
| YUV | 13.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 52 | 0.88 | 0.83 | 0 | 0.80 | 236.09 | 0.79 | 0.11 |
| Hex | 6 | 9 | 34 | 58 | 53 | 0 | 50 | EC | 4F | B |
| Octal | 6 | 11 | 64 | 130 | 123 | 0 | 120 | 354 | 117 | 13 |
| Binary | 110 | 1001 | 110100 | 1011000 | 1010011 | 0 | 1010000 | 11101100 | 1001111 | 1011 |
Color Harmonies of #060934
Complementary color
Monochromatic Colors of #060934
Black with #060934
Text Example
Text Example
White with #060934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060934; }
p { color: rgb(6,9,52); }
H1.HeaderClassName
{
color: #060934;
}
.AnyTagClassName
{
color: #060934;
}
</style>
background-color css
<style>
a { background-color: #060934; }
a { background-color: rgb(6,9,52); }
div.DivClassName
{
background-color: #060934;
}
.BgClassName
{
background-color: #060934;
}
</style>
border-color css
<style>
span { border-color: #060934; }
span { border-color: rgb(6,9,52); }
td.TdClassName
{
border-color: #060934;
}
.TagClassName
{
border-color: #060934;
}
</style>