Shades of Midnight Express #030F47
Tints of Midnight Express #030F47
RGB
CMYK
RGB Variations
Color information
#030F47 (or 0x030F47) is known color: Midnight Express. HEX triplet: 03, 0F and 47. RGB value is (3,15,71). Sum of RGB (Red+Green+Blue) = 3+15+71=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #030F47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F47 is #FCF0B8. Grayscale: #111111. Windows color (decimal): -16576697 or 4656899. OLE color: 4656899.
HSL color Cylindrical-coordinate representation of color #030F47: hue angle of 229.41º 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 #030F47 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 15 | 71 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.72 |
| HSL | 229.41º | 0.92% | 0.15% | - |
| HSV(B) | 229.41º | 0.96% | 0.28% | - |
| XYZ | 1.35 | 0.82 | 6.05 | - |
| YUV | 17.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 71 | 0.96 | 0.79 | 0 | 0.72 | 229.41 | 0.92 | 0.15 |
| Hex | 3 | F | 47 | 60 | 4F | 0 | 48 | E5 | 5C | F |
| Octal | 3 | 17 | 107 | 140 | 117 | 0 | 110 | 345 | 134 | 17 |
| Binary | 11 | 1111 | 1000111 | 1100000 | 1001111 | 0 | 1001000 | 11100101 | 1011100 | 1111 |
Color Harmonies of #030F47
Complementary color
Monochromatic Colors of #030F47
Black with #030F47
Text Example
Text Example
White with #030F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F47; }
p { color: rgb(3,15,71); }
H1.HeaderClassName
{
color: #030F47;
}
.AnyTagClassName
{
color: #030F47;
}
</style>
background-color css
<style>
a { background-color: #030F47; }
a { background-color: rgb(3,15,71); }
div.DivClassName
{
background-color: #030F47;
}
.BgClassName
{
background-color: #030F47;
}
</style>
border-color css
<style>
span { border-color: #030F47; }
span { border-color: rgb(3,15,71); }
td.TdClassName
{
border-color: #030F47;
}
.TagClassName
{
border-color: #030F47;
}
</style>