Shades of Midnight Express #020B36
Tints of Midnight Express #020B36
RGB
CMYK
RGB Variations
Color information
#020B36 (or 0x020B36) is known color: Midnight Express. HEX triplet: 02, 0B and 36. RGB value is (2,11,54). Sum of RGB (Red+Green+Blue) = 2+11+54=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 54 (21.48% from 255 or 80.60% from 67); Max value from RGB is 54 - color contains mainly: blue. Hex color #020B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B36 is #FDF4C9. Grayscale: #0D0D0D. Windows color (decimal): -16643274 or 3541762. OLE color: 3541762.
HSL color Cylindrical-coordinate representation of color #020B36: hue angle of 229.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B36 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 11 | 54 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.79 |
| HSL | 229.62º | 0.93% | 0.11% | - |
| HSV(B) | 229.62º | 0.96% | 0.21% | - |
| XYZ | 0.81 | 0.52 | 3.55 | - |
| YUV | 13.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 54 | 0.96 | 0.80 | 0 | 0.79 | 229.62 | 0.93 | 0.11 |
| Hex | 2 | B | 36 | 60 | 50 | 0 | 4F | E6 | 5D | B |
| Octal | 2 | 13 | 66 | 140 | 120 | 0 | 117 | 346 | 135 | 13 |
| Binary | 10 | 1011 | 110110 | 1100000 | 1010000 | 0 | 1001111 | 11100110 | 1011101 | 1011 |
Color Harmonies of #020B36
Complementary color
Monochromatic Colors of #020B36
Black with #020B36
Text Example
Text Example
White with #020B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B36; }
p { color: rgb(2,11,54); }
H1.HeaderClassName
{
color: #020B36;
}
.AnyTagClassName
{
color: #020B36;
}
</style>
background-color css
<style>
a { background-color: #020B36; }
a { background-color: rgb(2,11,54); }
div.DivClassName
{
background-color: #020B36;
}
.BgClassName
{
background-color: #020B36;
}
</style>
border-color css
<style>
span { border-color: #020B36; }
span { border-color: rgb(2,11,54); }
td.TdClassName
{
border-color: #020B36;
}
.TagClassName
{
border-color: #020B36;
}
</style>