Shades of Midnight Express #020B41
Tints of Midnight Express #020B41
RGB
CMYK
RGB Variations
Color information
#020B41 (or 0x020B41) is known color: Midnight Express. HEX triplet: 02, 0B and 41. RGB value is (2,11,65). Sum of RGB (Red+Green+Blue) = 2+11+65=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 65 (25.78% from 255 or 83.33% from 78); Max value from RGB is 65 - color contains mainly: blue. Hex color #020B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B41 is #FDF4BE. Grayscale: #0E0E0E. Windows color (decimal): -16643263 or 4262658. OLE color: 4262658.
HSL color Cylindrical-coordinate representation of color #020B41: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B41 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 11 | 65 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.75 |
| HSL | 231.43º | 0.94% | 0.13% | - |
| HSV(B) | 231.43º | 0.97% | 0.25% | - |
| XYZ | 1.1 | 0.63 | 5.07 | - |
| YUV | 14.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 65 | 0.97 | 0.83 | 0 | 0.75 | 231.43 | 0.94 | 0.13 |
| Hex | 2 | B | 41 | 61 | 53 | 0 | 4B | E7 | 5E | D |
| Octal | 2 | 13 | 101 | 141 | 123 | 0 | 113 | 347 | 136 | 15 |
| Binary | 10 | 1011 | 1000001 | 1100001 | 1010011 | 0 | 1001011 | 11100111 | 1011110 | 1101 |
Color Harmonies of #020B41
Complementary color
Monochromatic Colors of #020B41
Black with #020B41
Text Example
Text Example
White with #020B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B41; }
p { color: rgb(2,11,65); }
H1.HeaderClassName
{
color: #020B41;
}
.AnyTagClassName
{
color: #020B41;
}
</style>
background-color css
<style>
a { background-color: #020B41; }
a { background-color: rgb(2,11,65); }
div.DivClassName
{
background-color: #020B41;
}
.BgClassName
{
background-color: #020B41;
}
</style>
border-color css
<style>
span { border-color: #020B41; }
span { border-color: rgb(2,11,65); }
td.TdClassName
{
border-color: #020B41;
}
.TagClassName
{
border-color: #020B41;
}
</style>