Shades of Midnight Express #021330
Tints of Midnight Express #021330
RGB
CMYK
RGB Variations
Color information
#021330 (or 0x021330) is known color: Midnight Express. HEX triplet: 02, 13 and 30. RGB value is (2,19,48). Sum of RGB (Red+Green+Blue) = 2+19+48=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #021330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021330 is #FDECCF. Grayscale: #111111. Windows color (decimal): -16641232 or 3150594. OLE color: 3150594.
HSL color Cylindrical-coordinate representation of color #021330: hue angle of 217.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021330 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 2 | 19 | 48 | - |
CMYK | 0.96 | 0.60 | 0 | 0.81 |
HSL | 217.83º | 0.92% | 0.1% | - |
HSV(B) | 217.83º | 0.96% | 0.19% | - |
XYZ | 0.79 | 0.69 | 2.89 | - |
YUV | 17.22 | 145.37 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 19 | 48 | 0.96 | 0.60 | 0 | 0.81 | 217.83 | 0.92 | 0.1 |
Hex | 2 | 13 | 30 | 60 | 3C | 0 | 51 | DA | 5C | A |
Octal | 2 | 23 | 60 | 140 | 74 | 0 | 121 | 332 | 134 | 12 |
Binary | 10 | 10011 | 110000 | 1100000 | 111100 | 0 | 1010001 | 11011010 | 1011100 | 1010 |
Color Harmonies of #021330
Complementary color
Monochromatic Colors of #021330
Black with #021330
Text Example
Text Example
White with #021330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021330; }
p { color: rgb(2,19,48); }
H1.HeaderClassName
{
color: #021330;
}
.AnyTagClassName
{
color: #021330;
}
</style>
background-color css
<style>
a { background-color: #021330; }
a { background-color: rgb(2,19,48); }
div.DivClassName
{
background-color: #021330;
}
.BgClassName
{
background-color: #021330;
}
</style>
border-color css
<style>
span { border-color: #021330; }
span { border-color: rgb(2,19,48); }
td.TdClassName
{
border-color: #021330;
}
.TagClassName
{
border-color: #021330;
}
</style>