Shades of Midnight Express #02143B
Tints of Midnight Express #02143B
RGB
CMYK
RGB Variations
Color information
#02143B (or 0x02143B) is known color: Midnight Express. HEX triplet: 02, 14 and 3B. RGB value is (2,20,59). Sum of RGB (Red+Green+Blue) = 2+20+59=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 59 (23.44% from 255 or 72.84% from 81); Max value from RGB is 59 - color contains mainly: blue. Hex color #02143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02143B is #FDEBC4. Grayscale: #121212. Windows color (decimal): -16640965 or 3871746. OLE color: 3871746.
HSL color Cylindrical-coordinate representation of color #02143B: hue angle of 221.05º 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 #02143B is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 20 | 59 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.77 |
| HSL | 221.05º | 0.93% | 0.12% | - |
| HSV(B) | 221.05º | 0.97% | 0.23% | - |
| XYZ | 1.06 | 0.83 | 4.24 | - |
| YUV | 19.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 59 | 0.97 | 0.66 | 0 | 0.77 | 221.05 | 0.93 | 0.12 |
| Hex | 2 | 14 | 3B | 61 | 42 | 0 | 4D | DD | 5D | C |
| Octal | 2 | 24 | 73 | 141 | 102 | 0 | 115 | 335 | 135 | 14 |
| Binary | 10 | 10100 | 111011 | 1100001 | 1000010 | 0 | 1001101 | 11011101 | 1011101 | 1100 |
Color Harmonies of #02143B
Complementary color
Monochromatic Colors of #02143B
Black with #02143B
Text Example
Text Example
White with #02143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02143B; }
p { color: rgb(2,20,59); }
H1.HeaderClassName
{
color: #02143B;
}
.AnyTagClassName
{
color: #02143B;
}
</style>
background-color css
<style>
a { background-color: #02143B; }
a { background-color: rgb(2,20,59); }
div.DivClassName
{
background-color: #02143B;
}
.BgClassName
{
background-color: #02143B;
}
</style>
border-color css
<style>
span { border-color: #02143B; }
span { border-color: rgb(2,20,59); }
td.TdClassName
{
border-color: #02143B;
}
.TagClassName
{
border-color: #02143B;
}
</style>