Shades of Midnight Express #020F2D
Tints of Midnight Express #020F2D
RGB
CMYK
RGB Variations
Color information
#020F2D (or 0x020F2D) is known color: Midnight Express. HEX triplet: 02, 0F and 2D. RGB value is (2,15,45). Sum of RGB (Red+Green+Blue) = 2+15+45=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #020F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F2D is #FDF0D2. Grayscale: #0E0E0E. Windows color (decimal): -16642259 or 2952962. OLE color: 2952962.
HSL color Cylindrical-coordinate representation of color #020F2D: hue angle of 221.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020F2D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 15 | 45 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.82 |
| HSL | 221.86º | 0.91% | 0.09% | - |
| HSV(B) | 221.86º | 0.96% | 0.18% | - |
| XYZ | 0.67 | 0.54 | 2.55 | - |
| YUV | 14.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 45 | 0.96 | 0.67 | 0 | 0.82 | 221.86 | 0.91 | 0.09 |
| Hex | 2 | F | 2D | 60 | 43 | 0 | 52 | DE | 5B | 9 |
| Octal | 2 | 17 | 55 | 140 | 103 | 0 | 122 | 336 | 133 | 11 |
| Binary | 10 | 1111 | 101101 | 1100000 | 1000011 | 0 | 1010010 | 11011110 | 1011011 | 1001 |
Color Harmonies of #020F2D
Complementary color
Monochromatic Colors of #020F2D
Black with #020F2D
Text Example
Text Example
White with #020F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F2D; }
p { color: rgb(2,15,45); }
H1.HeaderClassName
{
color: #020F2D;
}
.AnyTagClassName
{
color: #020F2D;
}
</style>
background-color css
<style>
a { background-color: #020F2D; }
a { background-color: rgb(2,15,45); }
div.DivClassName
{
background-color: #020F2D;
}
.BgClassName
{
background-color: #020F2D;
}
</style>
border-color css
<style>
span { border-color: #020F2D; }
span { border-color: rgb(2,15,45); }
td.TdClassName
{
border-color: #020F2D;
}
.TagClassName
{
border-color: #020F2D;
}
</style>