Shades of Midnight Express #030A47
Tints of Midnight Express #030A47
RGB
CMYK
RGB Variations
Color information
#030A47 (or 0x030A47) is known color: Midnight Express. HEX triplet: 03, 0A and 47. RGB value is (3,10,71). Sum of RGB (Red+Green+Blue) = 3+10+71=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 71 (28.12% from 255 or 84.52% from 84); Max value from RGB is 71 - color contains mainly: blue. Hex color #030A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A47 is #FCF5B8. Grayscale: #0E0E0E. Windows color (decimal): -16577977 or 4655619. OLE color: 4655619.
HSL color Cylindrical-coordinate representation of color #030A47: hue angle of 233.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030A47 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 10 | 71 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.72 |
| HSL | 233.82º | 0.92% | 0.15% | - |
| HSV(B) | 233.82º | 0.96% | 0.28% | - |
| XYZ | 1.28 | 0.69 | 6.03 | - |
| YUV | 14.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 71 | 0.96 | 0.86 | 0 | 0.72 | 233.82 | 0.92 | 0.15 |
| Hex | 3 | A | 47 | 60 | 56 | 0 | 48 | EA | 5C | F |
| Octal | 3 | 12 | 107 | 140 | 126 | 0 | 110 | 352 | 134 | 17 |
| Binary | 11 | 1010 | 1000111 | 1100000 | 1010110 | 0 | 1001000 | 11101010 | 1011100 | 1111 |
Color Harmonies of #030A47
Complementary color
Monochromatic Colors of #030A47
Black with #030A47
Text Example
Text Example
White with #030A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A47; }
p { color: rgb(3,10,71); }
H1.HeaderClassName
{
color: #030A47;
}
.AnyTagClassName
{
color: #030A47;
}
</style>
background-color css
<style>
a { background-color: #030A47; }
a { background-color: rgb(3,10,71); }
div.DivClassName
{
background-color: #030A47;
}
.BgClassName
{
background-color: #030A47;
}
</style>
border-color css
<style>
span { border-color: #030A47; }
span { border-color: rgb(3,10,71); }
td.TdClassName
{
border-color: #030A47;
}
.TagClassName
{
border-color: #030A47;
}
</style>