Shades of Midnight Express #02193E
Tints of Midnight Express #02193E
RGB
CMYK
RGB Variations
Color information
#02193E (or 0x02193E) is known color: Midnight Express. HEX triplet: 02, 19 and 3E. RGB value is (2,25,62). Sum of RGB (Red+Green+Blue) = 2+25+62=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #02193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193E is #FDE6C1. Grayscale: #161616. Windows color (decimal): -16639682 or 4069634. OLE color: 4069634.
HSL color Cylindrical-coordinate representation of color #02193E: hue angle of 217º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02193E is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 25 | 62 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.76 |
| HSL | 217º | 0.94% | 0.13% | - |
| HSV(B) | 217º | 0.97% | 0.24% | - |
| XYZ | 1.24 | 1.06 | 4.7 | - |
| YUV | 22.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 62 | 0.97 | 0.60 | 0 | 0.76 | 217 | 0.94 | 0.13 |
| Hex | 2 | 19 | 3E | 61 | 3C | 0 | 4C | D9 | 5E | D |
| Octal | 2 | 31 | 76 | 141 | 74 | 0 | 114 | 331 | 136 | 15 |
| Binary | 10 | 11001 | 111110 | 1100001 | 111100 | 0 | 1001100 | 11011001 | 1011110 | 1101 |
Color Harmonies of #02193E
Complementary color
Monochromatic Colors of #02193E
Black with #02193E
Text Example
Text Example
White with #02193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02193E; }
p { color: rgb(2,25,62); }
H1.HeaderClassName
{
color: #02193E;
}
.AnyTagClassName
{
color: #02193E;
}
</style>
background-color css
<style>
a { background-color: #02193E; }
a { background-color: rgb(2,25,62); }
div.DivClassName
{
background-color: #02193E;
}
.BgClassName
{
background-color: #02193E;
}
</style>
border-color css
<style>
span { border-color: #02193E; }
span { border-color: rgb(2,25,62); }
td.TdClassName
{
border-color: #02193E;
}
.TagClassName
{
border-color: #02193E;
}
</style>