Shades of Midnight Express #001130
Tints of Midnight Express #001130
RGB
CMYK
RGB Variations
Color information
#001130 (or 0x001130) is known color: Midnight Express. HEX triplet: 00, 11 and 30. RGB value is (0,17,48). Sum of RGB (Red+Green+Blue) = 0+17+48=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #001130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001130 is #FFEECF. Grayscale: #0F0F0F. Windows color (decimal): -16772816 or 3150080. OLE color: 3150080.
HSL color Cylindrical-coordinate representation of color #001130: hue angle of 218.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 #001130 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 17 | 48 | - |
| CMYK | 1 | 0.65 | 0 | 0.81 |
| HSL | 218.75º | 1% | 0.09% | - |
| HSV(B) | 218.75º | 1% | 0.19% | - |
| XYZ | 0.73 | 0.61 | 2.88 | - |
| YUV | 15.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 48 | 1 | 0.65 | 0 | 0.81 | 218.75 | 1 | 0.09 |
| Hex | 0 | 11 | 30 | 64 | 41 | 0 | 51 | DB | 64 | 9 |
| Octal | 0 | 21 | 60 | 144 | 101 | 0 | 121 | 333 | 144 | 11 |
| Binary | 0 | 10001 | 110000 | 1100100 | 1000001 | 0 | 1010001 | 11011011 | 1100100 | 1001 |
Color Harmonies of #001130
Complementary color
Monochromatic Colors of #001130
Black with #001130
Text Example
Text Example
White with #001130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001130; }
p { color: rgb(0,17,48); }
H1.HeaderClassName
{
color: #001130;
}
.AnyTagClassName
{
color: #001130;
}
</style>
background-color css
<style>
a { background-color: #001130; }
a { background-color: rgb(0,17,48); }
div.DivClassName
{
background-color: #001130;
}
.BgClassName
{
background-color: #001130;
}
</style>
border-color css
<style>
span { border-color: #001130; }
span { border-color: rgb(0,17,48); }
td.TdClassName
{
border-color: #001130;
}
.TagClassName
{
border-color: #001130;
}
</style>