Shades of Midnight Express #061545
Tints of Midnight Express #061545
RGB
CMYK
RGB Variations
Color information
#061545 (or 0x061545) is known color: Midnight Express. HEX triplet: 06, 15 and 45. RGB value is (6,21,69). Sum of RGB (Red+Green+Blue) = 6+21+69=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 69 (27.34% from 255 or 71.88% from 96); Max value from RGB is 69 - color contains mainly: blue. Hex color #061545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061545 is #F9EABA. Grayscale: #151515. Windows color (decimal): -16378555 or 4527366. OLE color: 4527366.
HSL color Cylindrical-coordinate representation of color #061545: hue angle of 225.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061545 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 21 | 69 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.73 |
| HSL | 225.71º | 0.84% | 0.15% | - |
| HSV(B) | 225.71º | 0.91% | 0.27% | - |
| XYZ | 1.42 | 1 | 5.75 | - |
| YUV | 21.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 21 | 69 | 0.91 | 0.70 | 0 | 0.73 | 225.71 | 0.84 | 0.15 |
| Hex | 6 | 15 | 45 | 5B | 46 | 0 | 49 | E2 | 54 | F |
| Octal | 6 | 25 | 105 | 133 | 106 | 0 | 111 | 342 | 124 | 17 |
| Binary | 110 | 10101 | 1000101 | 1011011 | 1000110 | 0 | 1001001 | 11100010 | 1010100 | 1111 |
Color Harmonies of #061545
Complementary color
Monochromatic Colors of #061545
Black with #061545
Text Example
Text Example
White with #061545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061545; }
p { color: rgb(6,21,69); }
H1.HeaderClassName
{
color: #061545;
}
.AnyTagClassName
{
color: #061545;
}
</style>
background-color css
<style>
a { background-color: #061545; }
a { background-color: rgb(6,21,69); }
div.DivClassName
{
background-color: #061545;
}
.BgClassName
{
background-color: #061545;
}
</style>
border-color css
<style>
span { border-color: #061545; }
span { border-color: rgb(6,21,69); }
td.TdClassName
{
border-color: #061545;
}
.TagClassName
{
border-color: #061545;
}
</style>