Shades of Midnight Express #020B30
Tints of Midnight Express #020B30
RGB
CMYK
RGB Variations
Color information
#020B30 (or 0x020B30) is known color: Midnight Express. HEX triplet: 02, 0B and 30. RGB value is (2,11,48). Sum of RGB (Red+Green+Blue) = 2+11+48=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #020B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B30 is #FDF4CF. Grayscale: #0C0C0C. Windows color (decimal): -16643280 or 3148546. OLE color: 3148546.
HSL color Cylindrical-coordinate representation of color #020B30: hue angle of 228.26º 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 #020B30 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 11 | 48 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.81 |
| HSL | 228.26º | 0.92% | 0.1% | - |
| HSV(B) | 228.26º | 0.96% | 0.19% | - |
| XYZ | 0.68 | 0.47 | 2.85 | - |
| YUV | 12.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 48 | 0.96 | 0.77 | 0 | 0.81 | 228.26 | 0.92 | 0.1 |
| Hex | 2 | B | 30 | 60 | 4D | 0 | 51 | E4 | 5C | A |
| Octal | 2 | 13 | 60 | 140 | 115 | 0 | 121 | 344 | 134 | 12 |
| Binary | 10 | 1011 | 110000 | 1100000 | 1001101 | 0 | 1010001 | 11100100 | 1011100 | 1010 |
Color Harmonies of #020B30
Complementary color
Monochromatic Colors of #020B30
Black with #020B30
Text Example
Text Example
White with #020B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B30; }
p { color: rgb(2,11,48); }
H1.HeaderClassName
{
color: #020B30;
}
.AnyTagClassName
{
color: #020B30;
}
</style>
background-color css
<style>
a { background-color: #020B30; }
a { background-color: rgb(2,11,48); }
div.DivClassName
{
background-color: #020B30;
}
.BgClassName
{
background-color: #020B30;
}
</style>
border-color css
<style>
span { border-color: #020B30; }
span { border-color: rgb(2,11,48); }
td.TdClassName
{
border-color: #020B30;
}
.TagClassName
{
border-color: #020B30;
}
</style>