Shades of Midnight Express #021345
Tints of Midnight Express #021345
RGB
CMYK
RGB Variations
Color information
#021345 (or 0x021345) is known color: Midnight Express. HEX triplet: 02, 13 and 45. RGB value is (2,19,69). Sum of RGB (Red+Green+Blue) = 2+19+69=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #021345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021345 is #FDECBA. Grayscale: #131313. Windows color (decimal): -16641211 or 4526850. OLE color: 4526850.
HSL color Cylindrical-coordinate representation of color #021345: hue angle of 224.78º 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 #021345 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 19 | 69 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.73 |
| HSL | 224.78º | 0.94% | 0.14% | - |
| HSV(B) | 224.78º | 0.97% | 0.27% | - |
| XYZ | 1.33 | 0.91 | 5.74 | - |
| YUV | 19.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 69 | 0.97 | 0.72 | 0 | 0.73 | 224.78 | 0.94 | 0.14 |
| Hex | 2 | 13 | 45 | 61 | 48 | 0 | 49 | E1 | 5E | E |
| Octal | 2 | 23 | 105 | 141 | 110 | 0 | 111 | 341 | 136 | 16 |
| Binary | 10 | 10011 | 1000101 | 1100001 | 1001000 | 0 | 1001001 | 11100001 | 1011110 | 1110 |
Color Harmonies of #021345
Complementary color
Monochromatic Colors of #021345
Black with #021345
Text Example
Text Example
White with #021345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021345; }
p { color: rgb(2,19,69); }
H1.HeaderClassName
{
color: #021345;
}
.AnyTagClassName
{
color: #021345;
}
</style>
background-color css
<style>
a { background-color: #021345; }
a { background-color: rgb(2,19,69); }
div.DivClassName
{
background-color: #021345;
}
.BgClassName
{
background-color: #021345;
}
</style>
border-color css
<style>
span { border-color: #021345; }
span { border-color: rgb(2,19,69); }
td.TdClassName
{
border-color: #021345;
}
.TagClassName
{
border-color: #021345;
}
</style>