Shades of Midnight Express #02143D
Tints of Midnight Express #02143D
RGB
CMYK
RGB Variations
Color information
#02143D (or 0x02143D) is known color: Midnight Express. HEX triplet: 02, 14 and 3D. RGB value is (2,20,61). Sum of RGB (Red+Green+Blue) = 2+20+61=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 61 (24.22% from 255 or 73.49% from 83); Max value from RGB is 61 - color contains mainly: blue. Hex color #02143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02143D is #FDEBC2. Grayscale: #131313. Windows color (decimal): -16640963 or 4002818. OLE color: 4002818.
HSL color Cylindrical-coordinate representation of color #02143D: hue angle of 221.69º 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 #02143D is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 20 | 61 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.76 |
| HSL | 221.69º | 0.94% | 0.12% | - |
| HSV(B) | 221.69º | 0.97% | 0.24% | - |
| XYZ | 1.12 | 0.85 | 4.52 | - |
| YUV | 19.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 61 | 0.97 | 0.67 | 0 | 0.76 | 221.69 | 0.94 | 0.12 |
| Hex | 2 | 14 | 3D | 61 | 43 | 0 | 4C | DE | 5E | C |
| Octal | 2 | 24 | 75 | 141 | 103 | 0 | 114 | 336 | 136 | 14 |
| Binary | 10 | 10100 | 111101 | 1100001 | 1000011 | 0 | 1001100 | 11011110 | 1011110 | 1100 |
Color Harmonies of #02143D
Complementary color
Monochromatic Colors of #02143D
Black with #02143D
Text Example
Text Example
White with #02143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02143D; }
p { color: rgb(2,20,61); }
H1.HeaderClassName
{
color: #02143D;
}
.AnyTagClassName
{
color: #02143D;
}
</style>
background-color css
<style>
a { background-color: #02143D; }
a { background-color: rgb(2,20,61); }
div.DivClassName
{
background-color: #02143D;
}
.BgClassName
{
background-color: #02143D;
}
</style>
border-color css
<style>
span { border-color: #02143D; }
span { border-color: rgb(2,20,61); }
td.TdClassName
{
border-color: #02143D;
}
.TagClassName
{
border-color: #02143D;
}
</style>