Shades of Midnight Express #02133B
Tints of Midnight Express #02133B
RGB
CMYK
RGB Variations
Color information
#02133B (or 0x02133B) is known color: Midnight Express. HEX triplet: 02, 13 and 3B. RGB value is (2,19,59). Sum of RGB (Red+Green+Blue) = 2+19+59=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #02133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02133B is #FDECC4. Grayscale: #121212. Windows color (decimal): -16641221 or 3871490. OLE color: 3871490.
HSL color Cylindrical-coordinate representation of color #02133B: hue angle of 222.11º 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 #02133B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 19 | 59 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.77 |
| HSL | 222.11º | 0.93% | 0.12% | - |
| HSV(B) | 222.11º | 0.97% | 0.23% | - |
| XYZ | 1.05 | 0.79 | 4.24 | - |
| YUV | 18.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 59 | 0.97 | 0.68 | 0 | 0.77 | 222.11 | 0.93 | 0.12 |
| Hex | 2 | 13 | 3B | 61 | 44 | 0 | 4D | DE | 5D | C |
| Octal | 2 | 23 | 73 | 141 | 104 | 0 | 115 | 336 | 135 | 14 |
| Binary | 10 | 10011 | 111011 | 1100001 | 1000100 | 0 | 1001101 | 11011110 | 1011101 | 1100 |
Color Harmonies of #02133B
Complementary color
Monochromatic Colors of #02133B
Black with #02133B
Text Example
Text Example
White with #02133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02133B; }
p { color: rgb(2,19,59); }
H1.HeaderClassName
{
color: #02133B;
}
.AnyTagClassName
{
color: #02133B;
}
</style>
background-color css
<style>
a { background-color: #02133B; }
a { background-color: rgb(2,19,59); }
div.DivClassName
{
background-color: #02133B;
}
.BgClassName
{
background-color: #02133B;
}
</style>
border-color css
<style>
span { border-color: #02133B; }
span { border-color: rgb(2,19,59); }
td.TdClassName
{
border-color: #02133B;
}
.TagClassName
{
border-color: #02133B;
}
</style>