Shades of Midnight Express #020F3A
Tints of Midnight Express #020F3A
RGB
CMYK
RGB Variations
Color information
#020F3A (or 0x020F3A) is known color: Midnight Express. HEX triplet: 02, 0F and 3A. RGB value is (2,15,58). Sum of RGB (Red+Green+Blue) = 2+15+58=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 58 (23.05% from 255 or 77.33% from 75); Max value from RGB is 58 - color contains mainly: blue. Hex color #020F3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F3A is #FDF0C5. Grayscale: #0F0F0F. Windows color (decimal): -16642246 or 3804930. OLE color: 3804930.
HSL color Cylindrical-coordinate representation of color #020F3A: hue angle of 226.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020F3A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 15 | 58 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.77 |
| HSL | 226.07º | 0.93% | 0.12% | - |
| HSV(B) | 226.07º | 0.97% | 0.23% | - |
| XYZ | 0.96 | 0.66 | 4.08 | - |
| YUV | 16.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 58 | 0.97 | 0.74 | 0 | 0.77 | 226.07 | 0.93 | 0.12 |
| Hex | 2 | F | 3A | 61 | 4A | 0 | 4D | E2 | 5D | C |
| Octal | 2 | 17 | 72 | 141 | 112 | 0 | 115 | 342 | 135 | 14 |
| Binary | 10 | 1111 | 111010 | 1100001 | 1001010 | 0 | 1001101 | 11100010 | 1011101 | 1100 |
Color Harmonies of #020F3A
Complementary color
Monochromatic Colors of #020F3A
Black with #020F3A
Text Example
Text Example
White with #020F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F3A; }
p { color: rgb(2,15,58); }
H1.HeaderClassName
{
color: #020F3A;
}
.AnyTagClassName
{
color: #020F3A;
}
</style>
background-color css
<style>
a { background-color: #020F3A; }
a { background-color: rgb(2,15,58); }
div.DivClassName
{
background-color: #020F3A;
}
.BgClassName
{
background-color: #020F3A;
}
</style>
border-color css
<style>
span { border-color: #020F3A; }
span { border-color: rgb(2,15,58); }
td.TdClassName
{
border-color: #020F3A;
}
.TagClassName
{
border-color: #020F3A;
}
</style>