Shades of Midnight Express #060144
Tints of Midnight Express #060144
RGB
CMYK
RGB Variations
Color information
#060144 (or 0x060144) is known color: Midnight Express. HEX triplet: 06, 01 and 44. RGB value is (6,1,68). Sum of RGB (Red+Green+Blue) = 6+1+68=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 68 (26.95% from 255 or 90.67% from 75); Max value from RGB is 68 - color contains mainly: blue. Hex color #060144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060144 is #F9FEBB. Grayscale: #090909. Windows color (decimal): -16383676 or 4456710. OLE color: 4456710.
HSL color Cylindrical-coordinate representation of color #060144: hue angle of 244.48º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060144 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 1 | 68 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.73 |
| HSL | 244.48º | 0.97% | 0.14% | - |
| HSV(B) | 244.48º | 0.99% | 0.27% | - |
| XYZ | 1.13 | 0.48 | 5.5 | - |
| YUV | 10.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 68 | 0.91 | 0.99 | 0 | 0.73 | 244.48 | 0.97 | 0.14 |
| Hex | 6 | 1 | 44 | 5B | 63 | 0 | 49 | F4 | 61 | E |
| Octal | 6 | 1 | 104 | 133 | 143 | 0 | 111 | 364 | 141 | 16 |
| Binary | 110 | 1 | 1000100 | 1011011 | 1100011 | 0 | 1001001 | 11110100 | 1100001 | 1110 |
Color Harmonies of #060144
Complementary color
Monochromatic Colors of #060144
Black with #060144
Text Example
Text Example
White with #060144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060144; }
p { color: rgb(6,1,68); }
H1.HeaderClassName
{
color: #060144;
}
.AnyTagClassName
{
color: #060144;
}
</style>
background-color css
<style>
a { background-color: #060144; }
a { background-color: rgb(6,1,68); }
div.DivClassName
{
background-color: #060144;
}
.BgClassName
{
background-color: #060144;
}
</style>
border-color css
<style>
span { border-color: #060144; }
span { border-color: rgb(6,1,68); }
td.TdClassName
{
border-color: #060144;
}
.TagClassName
{
border-color: #060144;
}
</style>