Shades of Midnight Express #000530
Tints of Midnight Express #000530
RGB
CMYK
RGB Variations
Color information
#000530 (or 0x000530) is known color: Midnight Express. HEX triplet: 00, 05 and 30. RGB value is (0,5,48). Sum of RGB (Red+Green+Blue) = 0+5+48=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #000530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000530 is #FFFACF. Grayscale: #080808. Windows color (decimal): -16775888 or 3147008. OLE color: 3147008.
HSL color Cylindrical-coordinate representation of color #000530: hue angle of 233.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000530 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 5 | 48 | - |
| CMYK | 1 | 0.90 | 0 | 0.81 |
| HSL | 233.75º | 1% | 0.09% | - |
| HSV(B) | 233.75º | 1% | 0.19% | - |
| XYZ | 0.59 | 0.32 | 2.83 | - |
| YUV | 8.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 48 | 1 | 0.90 | 0 | 0.81 | 233.75 | 1 | 0.09 |
| Hex | 0 | 5 | 30 | 64 | 5A | 0 | 51 | EA | 64 | 9 |
| Octal | 0 | 5 | 60 | 144 | 132 | 0 | 121 | 352 | 144 | 11 |
| Binary | 0 | 101 | 110000 | 1100100 | 1011010 | 0 | 1010001 | 11101010 | 1100100 | 1001 |
Color Harmonies of #000530
Complementary color
Monochromatic Colors of #000530
Black with #000530
Text Example
Text Example
White with #000530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000530; }
p { color: rgb(0,5,48); }
H1.HeaderClassName
{
color: #000530;
}
.AnyTagClassName
{
color: #000530;
}
</style>
background-color css
<style>
a { background-color: #000530; }
a { background-color: rgb(0,5,48); }
div.DivClassName
{
background-color: #000530;
}
.BgClassName
{
background-color: #000530;
}
</style>
border-color css
<style>
span { border-color: #000530; }
span { border-color: rgb(0,5,48); }
td.TdClassName
{
border-color: #000530;
}
.TagClassName
{
border-color: #000530;
}
</style>