Shades of Midnight Express #020F38
Tints of Midnight Express #020F38
RGB
CMYK
RGB Variations
Color information
#020F38 (or 0x020F38) is known color: Midnight Express. HEX triplet: 02, 0F and 38. RGB value is (2,15,56). Sum of RGB (Red+Green+Blue) = 2+15+56=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #020F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F38 is #FDF0C7. Grayscale: #0F0F0F. Windows color (decimal): -16642248 or 3673858. OLE color: 3673858.
HSL color Cylindrical-coordinate representation of color #020F38: hue angle of 225.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020F38 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 15 | 56 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.78 |
| HSL | 225.56º | 0.93% | 0.11% | - |
| HSV(B) | 225.56º | 0.96% | 0.22% | - |
| XYZ | 0.91 | 0.64 | 3.82 | - |
| YUV | 15.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 56 | 0.96 | 0.73 | 0 | 0.78 | 225.56 | 0.93 | 0.11 |
| Hex | 2 | F | 38 | 60 | 49 | 0 | 4E | E2 | 5D | B |
| Octal | 2 | 17 | 70 | 140 | 111 | 0 | 116 | 342 | 135 | 13 |
| Binary | 10 | 1111 | 111000 | 1100000 | 1001001 | 0 | 1001110 | 11100010 | 1011101 | 1011 |
Color Harmonies of #020F38
Complementary color
Monochromatic Colors of #020F38
Black with #020F38
Text Example
Text Example
White with #020F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F38; }
p { color: rgb(2,15,56); }
H1.HeaderClassName
{
color: #020F38;
}
.AnyTagClassName
{
color: #020F38;
}
</style>
background-color css
<style>
a { background-color: #020F38; }
a { background-color: rgb(2,15,56); }
div.DivClassName
{
background-color: #020F38;
}
.BgClassName
{
background-color: #020F38;
}
</style>
border-color css
<style>
span { border-color: #020F38; }
span { border-color: rgb(2,15,56); }
td.TdClassName
{
border-color: #020F38;
}
.TagClassName
{
border-color: #020F38;
}
</style>