Shades of Midnight Express #061445
Tints of Midnight Express #061445
RGB
CMYK
RGB Variations
Color information
#061445 (or 0x061445) is known color: Midnight Express. HEX triplet: 06, 14 and 45. RGB value is (6,20,69). Sum of RGB (Red+Green+Blue) = 6+20+69=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #061445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061445 is #F9EBBA. Grayscale: #151515. Windows color (decimal): -16378811 or 4527110. OLE color: 4527110.
HSL color Cylindrical-coordinate representation of color #061445: hue angle of 226.67º 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 #061445 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 20 | 69 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.73 |
| HSL | 226.67º | 0.84% | 0.15% | - |
| HSV(B) | 226.67º | 0.91% | 0.27% | - |
| XYZ | 1.4 | 0.97 | 5.74 | - |
| YUV | 21.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 69 | 0.91 | 0.71 | 0 | 0.73 | 226.67 | 0.84 | 0.15 |
| Hex | 6 | 14 | 45 | 5B | 47 | 0 | 49 | E3 | 54 | F |
| Octal | 6 | 24 | 105 | 133 | 107 | 0 | 111 | 343 | 124 | 17 |
| Binary | 110 | 10100 | 1000101 | 1011011 | 1000111 | 0 | 1001001 | 11100011 | 1010100 | 1111 |
Color Harmonies of #061445
Complementary color
Monochromatic Colors of #061445
Black with #061445
Text Example
Text Example
White with #061445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061445; }
p { color: rgb(6,20,69); }
H1.HeaderClassName
{
color: #061445;
}
.AnyTagClassName
{
color: #061445;
}
</style>
background-color css
<style>
a { background-color: #061445; }
a { background-color: rgb(6,20,69); }
div.DivClassName
{
background-color: #061445;
}
.BgClassName
{
background-color: #061445;
}
</style>
border-color css
<style>
span { border-color: #061445; }
span { border-color: rgb(6,20,69); }
td.TdClassName
{
border-color: #061445;
}
.TagClassName
{
border-color: #061445;
}
</style>