Shades of Midnight Express #000A30
Tints of Midnight Express #000A30
RGB
CMYK
RGB Variations
Color information
#000A30 (or 0x000A30) is known color: Midnight Express. HEX triplet: 00, 0A and 30. RGB value is (0,10,48). Sum of RGB (Red+Green+Blue) = 0+10+48=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 48 (19.14% from 255 or 82.76% from 58); Max value from RGB is 48 - color contains mainly: blue. Hex color #000A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000A30 is #FFF5CF. Grayscale: #0B0B0B. Windows color (decimal): -16774608 or 3148288. OLE color: 3148288.
HSL color Cylindrical-coordinate representation of color #000A30: hue angle of 227.5º 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 #000A30 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 10 | 48 | - |
| CMYK | 1 | 0.79 | 0 | 0.81 |
| HSL | 227.5º | 1% | 0.09% | - |
| HSV(B) | 227.5º | 1% | 0.19% | - |
| XYZ | 0.64 | 0.43 | 2.85 | - |
| YUV | 11.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 48 | 1 | 0.79 | 0 | 0.81 | 227.5 | 1 | 0.09 |
| Hex | 0 | A | 30 | 64 | 4F | 0 | 51 | E4 | 64 | 9 |
| Octal | 0 | 12 | 60 | 144 | 117 | 0 | 121 | 344 | 144 | 11 |
| Binary | 0 | 1010 | 110000 | 1100100 | 1001111 | 0 | 1010001 | 11100100 | 1100100 | 1001 |
Color Harmonies of #000A30
Complementary color
Monochromatic Colors of #000A30
Black with #000A30
Text Example
Text Example
White with #000A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A30; }
p { color: rgb(0,10,48); }
H1.HeaderClassName
{
color: #000A30;
}
.AnyTagClassName
{
color: #000A30;
}
</style>
background-color css
<style>
a { background-color: #000A30; }
a { background-color: rgb(0,10,48); }
div.DivClassName
{
background-color: #000A30;
}
.BgClassName
{
background-color: #000A30;
}
</style>
border-color css
<style>
span { border-color: #000A30; }
span { border-color: rgb(0,10,48); }
td.TdClassName
{
border-color: #000A30;
}
.TagClassName
{
border-color: #000A30;
}
</style>