Shades of Midnight Express #051335
Tints of Midnight Express #051335
RGB
CMYK
RGB Variations
Color information
#051335 (or 0x051335) is known color: Midnight Express. HEX triplet: 05, 13 and 35. RGB value is (5,19,53). Sum of RGB (Red+Green+Blue) = 5+19+53=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #051335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051335 is #FAECCA. Grayscale: #121212. Windows color (decimal): -16444619 or 3478277. OLE color: 3478277.
HSL color Cylindrical-coordinate representation of color #051335: hue angle of 222.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051335 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 19 | 53 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.79 |
| HSL | 222.5º | 0.83% | 0.11% | - |
| HSV(B) | 222.5º | 0.91% | 0.21% | - |
| XYZ | 0.94 | 0.76 | 3.46 | - |
| YUV | 18.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 53 | 0.91 | 0.64 | 0 | 0.79 | 222.5 | 0.83 | 0.11 |
| Hex | 5 | 13 | 35 | 5B | 40 | 0 | 4F | DE | 53 | B |
| Octal | 5 | 23 | 65 | 133 | 100 | 0 | 117 | 336 | 123 | 13 |
| Binary | 101 | 10011 | 110101 | 1011011 | 1000000 | 0 | 1001111 | 11011110 | 1010011 | 1011 |
Color Harmonies of #051335
Complementary color
Monochromatic Colors of #051335
Black with #051335
Text Example
Text Example
White with #051335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051335; }
p { color: rgb(5,19,53); }
H1.HeaderClassName
{
color: #051335;
}
.AnyTagClassName
{
color: #051335;
}
</style>
background-color css
<style>
a { background-color: #051335; }
a { background-color: rgb(5,19,53); }
div.DivClassName
{
background-color: #051335;
}
.BgClassName
{
background-color: #051335;
}
</style>
border-color css
<style>
span { border-color: #051335; }
span { border-color: rgb(5,19,53); }
td.TdClassName
{
border-color: #051335;
}
.TagClassName
{
border-color: #051335;
}
</style>