Shades of Midnight Express #000535
Tints of Midnight Express #000535
RGB
CMYK
RGB Variations
Color information
#000535 (or 0x000535) is known color: Midnight Express. HEX triplet: 00, 05 and 35. RGB value is (0,5,53). Sum of RGB (Red+Green+Blue) = 0+5+53=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 53 (21.09% from 255 or 91.38% from 58); Max value from RGB is 53 - color contains mainly: blue. Hex color #000535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000535 is #FFFACA. Grayscale: #080808. Windows color (decimal): -16775883 or 3474688. OLE color: 3474688.
HSL color Cylindrical-coordinate representation of color #000535: hue angle of 234.34º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000535 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 5 | 53 | - |
| CMYK | 1 | 0.91 | 0 | 0.79 |
| HSL | 234.34º | 1% | 0.1% | - |
| HSV(B) | 234.34º | 1% | 0.21% | - |
| XYZ | 0.7 | 0.37 | 3.4 | - |
| YUV | 8.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 53 | 1 | 0.91 | 0 | 0.79 | 234.34 | 1 | 0.1 |
| Hex | 0 | 5 | 35 | 64 | 5B | 0 | 4F | EA | 64 | A |
| Octal | 0 | 5 | 65 | 144 | 133 | 0 | 117 | 352 | 144 | 12 |
| Binary | 0 | 101 | 110101 | 1100100 | 1011011 | 0 | 1001111 | 11101010 | 1100100 | 1010 |
Color Harmonies of #000535
Complementary color
Monochromatic Colors of #000535
Black with #000535
Text Example
Text Example
White with #000535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000535; }
p { color: rgb(0,5,53); }
H1.HeaderClassName
{
color: #000535;
}
.AnyTagClassName
{
color: #000535;
}
</style>
background-color css
<style>
a { background-color: #000535; }
a { background-color: rgb(0,5,53); }
div.DivClassName
{
background-color: #000535;
}
.BgClassName
{
background-color: #000535;
}
</style>
border-color css
<style>
span { border-color: #000535; }
span { border-color: rgb(0,5,53); }
td.TdClassName
{
border-color: #000535;
}
.TagClassName
{
border-color: #000535;
}
</style>