Shades of Midnight Express #02193D
Tints of Midnight Express #02193D
RGB
CMYK
RGB Variations
Color information
#02193D (or 0x02193D) is known color: Midnight Express. HEX triplet: 02, 19 and 3D. RGB value is (2,25,61). Sum of RGB (Red+Green+Blue) = 2+25+61=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #02193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02193D is #FDE6C2. Grayscale: #161616. Windows color (decimal): -16639683 or 4004098. OLE color: 4004098.
HSL color Cylindrical-coordinate representation of color #02193D: hue angle of 216.61º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02193D is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 25 | 61 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.76 |
| HSL | 216.61º | 0.94% | 0.12% | - |
| HSV(B) | 216.61º | 0.97% | 0.24% | - |
| XYZ | 1.21 | 1.05 | 4.55 | - |
| YUV | 22.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 61 | 0.97 | 0.59 | 0 | 0.76 | 216.61 | 0.94 | 0.12 |
| Hex | 2 | 19 | 3D | 61 | 3B | 0 | 4C | D9 | 5E | C |
| Octal | 2 | 31 | 75 | 141 | 73 | 0 | 114 | 331 | 136 | 14 |
| Binary | 10 | 11001 | 111101 | 1100001 | 111011 | 0 | 1001100 | 11011001 | 1011110 | 1100 |
Color Harmonies of #02193D
Complementary color
Monochromatic Colors of #02193D
Black with #02193D
Text Example
Text Example
White with #02193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02193D; }
p { color: rgb(2,25,61); }
H1.HeaderClassName
{
color: #02193D;
}
.AnyTagClassName
{
color: #02193D;
}
</style>
background-color css
<style>
a { background-color: #02193D; }
a { background-color: rgb(2,25,61); }
div.DivClassName
{
background-color: #02193D;
}
.BgClassName
{
background-color: #02193D;
}
</style>
border-color css
<style>
span { border-color: #02193D; }
span { border-color: rgb(2,25,61); }
td.TdClassName
{
border-color: #02193D;
}
.TagClassName
{
border-color: #02193D;
}
</style>