Shades of Midnight Express #02053D
Tints of Midnight Express #02053D
RGB
CMYK
RGB Variations
Color information
#02053D (or 0x02053D) is known color: Midnight Express. HEX triplet: 02, 05 and 3D. RGB value is (2,5,61). Sum of RGB (Red+Green+Blue) = 2+5+61=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 61 (24.22% from 255 or 89.71% from 68); Max value from RGB is 61 - color contains mainly: blue. Hex color #02053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02053D is #FDFAC2. Grayscale: #0A0A0A. Windows color (decimal): -16644803 or 3998978. OLE color: 3998978.
HSL color Cylindrical-coordinate representation of color #02053D: hue angle of 236.95º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02053D is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 5 | 61 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.76 |
| HSL | 236.95º | 0.94% | 0.12% | - |
| HSV(B) | 236.95º | 0.97% | 0.24% | - |
| XYZ | 0.92 | 0.46 | 4.45 | - |
| YUV | 10.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 61 | 0.97 | 0.92 | 0 | 0.76 | 236.95 | 0.94 | 0.12 |
| Hex | 2 | 5 | 3D | 61 | 5C | 0 | 4C | ED | 5E | C |
| Octal | 2 | 5 | 75 | 141 | 134 | 0 | 114 | 355 | 136 | 14 |
| Binary | 10 | 101 | 111101 | 1100001 | 1011100 | 0 | 1001100 | 11101101 | 1011110 | 1100 |
Color Harmonies of #02053D
Complementary color
Monochromatic Colors of #02053D
Black with #02053D
Text Example
Text Example
White with #02053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02053D; }
p { color: rgb(2,5,61); }
H1.HeaderClassName
{
color: #02053D;
}
.AnyTagClassName
{
color: #02053D;
}
</style>
background-color css
<style>
a { background-color: #02053D; }
a { background-color: rgb(2,5,61); }
div.DivClassName
{
background-color: #02053D;
}
.BgClassName
{
background-color: #02053D;
}
</style>
border-color css
<style>
span { border-color: #02053D; }
span { border-color: rgb(2,5,61); }
td.TdClassName
{
border-color: #02053D;
}
.TagClassName
{
border-color: #02053D;
}
</style>