Shades of Midnight Express #020945
Tints of Midnight Express #020945
RGB
CMYK
RGB Variations
Color information
#020945 (or 0x020945) is known color: Midnight Express. HEX triplet: 02, 09 and 45. RGB value is (2,9,69). Sum of RGB (Red+Green+Blue) = 2+9+69=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #020945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020945 is #FDF6BA. Grayscale: #0D0D0D. Windows color (decimal): -16643771 or 4524290. OLE color: 4524290.
HSL color Cylindrical-coordinate representation of color #020945: hue angle of 233.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020945 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 9 | 69 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.73 |
| HSL | 233.73º | 0.94% | 0.14% | - |
| HSV(B) | 233.73º | 0.97% | 0.27% | - |
| XYZ | 1.2 | 0.64 | 5.69 | - |
| YUV | 13.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 69 | 0.97 | 0.87 | 0 | 0.73 | 233.73 | 0.94 | 0.14 |
| Hex | 2 | 9 | 45 | 61 | 57 | 0 | 49 | EA | 5E | E |
| Octal | 2 | 11 | 105 | 141 | 127 | 0 | 111 | 352 | 136 | 16 |
| Binary | 10 | 1001 | 1000101 | 1100001 | 1010111 | 0 | 1001001 | 11101010 | 1011110 | 1110 |
Color Harmonies of #020945
Complementary color
Monochromatic Colors of #020945
Black with #020945
Text Example
Text Example
White with #020945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020945; }
p { color: rgb(2,9,69); }
H1.HeaderClassName
{
color: #020945;
}
.AnyTagClassName
{
color: #020945;
}
</style>
background-color css
<style>
a { background-color: #020945; }
a { background-color: rgb(2,9,69); }
div.DivClassName
{
background-color: #020945;
}
.BgClassName
{
background-color: #020945;
}
</style>
border-color css
<style>
span { border-color: #020945; }
span { border-color: rgb(2,9,69); }
td.TdClassName
{
border-color: #020945;
}
.TagClassName
{
border-color: #020945;
}
</style>