Shades of Midnight Express #081445
Tints of Midnight Express #081445
RGB
CMYK
RGB Variations
Color information
#081445 (or 0x081445) is known color: Midnight Express. HEX triplet: 08, 14 and 45. RGB value is (8,20,69). Sum of RGB (Red+Green+Blue) = 8+20+69=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #081445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081445 is #F7EBBA. Grayscale: #151515. Windows color (decimal): -16247739 or 4527112. OLE color: 4527112.
HSL color Cylindrical-coordinate representation of color #081445: hue angle of 228.2º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081445 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 20 | 69 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.73 |
| HSL | 228.2º | 0.79% | 0.15% | - |
| HSV(B) | 228.2º | 0.88% | 0.27% | - |
| XYZ | 1.42 | 0.98 | 5.74 | - |
| YUV | 22 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 69 | 0.88 | 0.71 | 0 | 0.73 | 228.2 | 0.79 | 0.15 |
| Hex | 8 | 14 | 45 | 58 | 47 | 0 | 49 | E4 | 4F | F |
| Octal | 10 | 24 | 105 | 130 | 107 | 0 | 111 | 344 | 117 | 17 |
| Binary | 1000 | 10100 | 1000101 | 1011000 | 1000111 | 0 | 1001001 | 11100100 | 1001111 | 1111 |
Color Harmonies of #081445
Complementary color
Monochromatic Colors of #081445
Black with #081445
Text Example
Text Example
White with #081445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081445; }
p { color: rgb(8,20,69); }
H1.HeaderClassName
{
color: #081445;
}
.AnyTagClassName
{
color: #081445;
}
</style>
background-color css
<style>
a { background-color: #081445; }
a { background-color: rgb(8,20,69); }
div.DivClassName
{
background-color: #081445;
}
.BgClassName
{
background-color: #081445;
}
</style>
border-color css
<style>
span { border-color: #081445; }
span { border-color: rgb(8,20,69); }
td.TdClassName
{
border-color: #081445;
}
.TagClassName
{
border-color: #081445;
}
</style>