Shades of Midnight Express #02163A
Tints of Midnight Express #02163A
RGB
CMYK
RGB Variations
Color information
#02163A (or 0x02163A) is known color: Midnight Express. HEX triplet: 02, 16 and 3A. RGB value is (2,22,58). Sum of RGB (Red+Green+Blue) = 2+22+58=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #02163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02163A is #FDE9C5. Grayscale: #131313. Windows color (decimal): -16640454 or 3806722. OLE color: 3806722.
HSL color Cylindrical-coordinate representation of color #02163A: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02163A is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 22 | 58 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.77 |
| HSL | 218.57º | 0.93% | 0.12% | - |
| HSV(B) | 218.57º | 0.97% | 0.23% | - |
| XYZ | 1.08 | 0.89 | 4.12 | - |
| YUV | 20.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 58 | 0.97 | 0.62 | 0 | 0.77 | 218.57 | 0.93 | 0.12 |
| Hex | 2 | 16 | 3A | 61 | 3E | 0 | 4D | DB | 5D | C |
| Octal | 2 | 26 | 72 | 141 | 76 | 0 | 115 | 333 | 135 | 14 |
| Binary | 10 | 10110 | 111010 | 1100001 | 111110 | 0 | 1001101 | 11011011 | 1011101 | 1100 |
Color Harmonies of #02163A
Complementary color
Monochromatic Colors of #02163A
Black with #02163A
Text Example
Text Example
White with #02163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02163A; }
p { color: rgb(2,22,58); }
H1.HeaderClassName
{
color: #02163A;
}
.AnyTagClassName
{
color: #02163A;
}
</style>
background-color css
<style>
a { background-color: #02163A; }
a { background-color: rgb(2,22,58); }
div.DivClassName
{
background-color: #02163A;
}
.BgClassName
{
background-color: #02163A;
}
</style>
border-color css
<style>
span { border-color: #02163A; }
span { border-color: rgb(2,22,58); }
td.TdClassName
{
border-color: #02163A;
}
.TagClassName
{
border-color: #02163A;
}
</style>