Shades of Midnight Express #021130
Tints of Midnight Express #021130
RGB
CMYK
RGB Variations
Color information
#021130 (or 0x021130) is known color: Midnight Express. HEX triplet: 02, 11 and 30. RGB value is (2,17,48). Sum of RGB (Red+Green+Blue) = 2+17+48=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #021130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021130 is #FDEECF. Grayscale: #0F0F0F. Windows color (decimal): -16641744 or 3150082. OLE color: 3150082.
HSL color Cylindrical-coordinate representation of color #021130: hue angle of 220.43º 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 #021130 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 17 | 48 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.81 |
| HSL | 220.43º | 0.92% | 0.1% | - |
| HSV(B) | 220.43º | 0.96% | 0.19% | - |
| XYZ | 0.76 | 0.63 | 2.88 | - |
| YUV | 16.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 48 | 0.96 | 0.65 | 0 | 0.81 | 220.43 | 0.92 | 0.1 |
| Hex | 2 | 11 | 30 | 60 | 41 | 0 | 51 | DC | 5C | A |
| Octal | 2 | 21 | 60 | 140 | 101 | 0 | 121 | 334 | 134 | 12 |
| Binary | 10 | 10001 | 110000 | 1100000 | 1000001 | 0 | 1010001 | 11011100 | 1011100 | 1010 |
Color Harmonies of #021130
Complementary color
Monochromatic Colors of #021130
Black with #021130
Text Example
Text Example
White with #021130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021130; }
p { color: rgb(2,17,48); }
H1.HeaderClassName
{
color: #021130;
}
.AnyTagClassName
{
color: #021130;
}
</style>
background-color css
<style>
a { background-color: #021130; }
a { background-color: rgb(2,17,48); }
div.DivClassName
{
background-color: #021130;
}
.BgClassName
{
background-color: #021130;
}
</style>
border-color css
<style>
span { border-color: #021130; }
span { border-color: rgb(2,17,48); }
td.TdClassName
{
border-color: #021130;
}
.TagClassName
{
border-color: #021130;
}
</style>