Shades of Midnight Express #00053F
Tints of Midnight Express #00053F
RGB
CMYK
RGB Variations
Color information
#00053F (or 0x00053F) is known color: Midnight Express. HEX triplet: 00, 05 and 3F. RGB value is (0,5,63). Sum of RGB (Red+Green+Blue) = 0+5+63=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 63 (25% from 255 or 92.65% from 68); Max value from RGB is 63 - color contains mainly: blue. Hex color #00053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00053F is #FFFAC0. Grayscale: #090909. Windows color (decimal): -16775873 or 4130048. OLE color: 4130048.
HSL color Cylindrical-coordinate representation of color #00053F: hue angle of 235.24º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00053F is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 5 | 63 | - |
| CMYK | 1 | 0.92 | 0 | 0.75 |
| HSL | 235.24º | 1% | 0.12% | - |
| HSV(B) | 235.24º | 1% | 0.25% | - |
| XYZ | 0.95 | 0.47 | 4.74 | - |
| YUV | 10.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 63 | 1 | 0.92 | 0 | 0.75 | 235.24 | 1 | 0.12 |
| Hex | 0 | 5 | 3F | 64 | 5C | 0 | 4B | EB | 64 | C |
| Octal | 0 | 5 | 77 | 144 | 134 | 0 | 113 | 353 | 144 | 14 |
| Binary | 0 | 101 | 111111 | 1100100 | 1011100 | 0 | 1001011 | 11101011 | 1100100 | 1100 |
Color Harmonies of #00053F
Complementary color
Monochromatic Colors of #00053F
Black with #00053F
Text Example
Text Example
White with #00053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00053F; }
p { color: rgb(0,5,63); }
H1.HeaderClassName
{
color: #00053F;
}
.AnyTagClassName
{
color: #00053F;
}
</style>
background-color css
<style>
a { background-color: #00053F; }
a { background-color: rgb(0,5,63); }
div.DivClassName
{
background-color: #00053F;
}
.BgClassName
{
background-color: #00053F;
}
</style>
border-color css
<style>
span { border-color: #00053F; }
span { border-color: rgb(0,5,63); }
td.TdClassName
{
border-color: #00053F;
}
.TagClassName
{
border-color: #00053F;
}
</style>