Shades of Midnight Express #030946
Tints of Midnight Express #030946
RGB
CMYK
RGB Variations
Color information
#030946 (or 0x030946) is known color: Midnight Express. HEX triplet: 03, 09 and 46. RGB value is (3,9,70). Sum of RGB (Red+Green+Blue) = 3+9+70=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 70 (27.73% from 255 or 85.37% from 82); Max value from RGB is 70 - color contains mainly: blue. Hex color #030946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030946 is #FCF6B9. Grayscale: #0D0D0D. Windows color (decimal): -16578234 or 4589827. OLE color: 4589827.
HSL color Cylindrical-coordinate representation of color #030946: hue angle of 234.63º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030946 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 9 | 70 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.73 |
| HSL | 234.63º | 0.92% | 0.14% | - |
| HSV(B) | 234.63º | 0.96% | 0.27% | - |
| XYZ | 1.24 | 0.66 | 5.86 | - |
| YUV | 14.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 70 | 0.96 | 0.87 | 0 | 0.73 | 234.63 | 0.92 | 0.14 |
| Hex | 3 | 9 | 46 | 60 | 57 | 0 | 49 | EB | 5C | E |
| Octal | 3 | 11 | 106 | 140 | 127 | 0 | 111 | 353 | 134 | 16 |
| Binary | 11 | 1001 | 1000110 | 1100000 | 1010111 | 0 | 1001001 | 11101011 | 1011100 | 1110 |
Color Harmonies of #030946
Complementary color
Monochromatic Colors of #030946
Black with #030946
Text Example
Text Example
White with #030946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030946; }
p { color: rgb(3,9,70); }
H1.HeaderClassName
{
color: #030946;
}
.AnyTagClassName
{
color: #030946;
}
</style>
background-color css
<style>
a { background-color: #030946; }
a { background-color: rgb(3,9,70); }
div.DivClassName
{
background-color: #030946;
}
.BgClassName
{
background-color: #030946;
}
</style>
border-color css
<style>
span { border-color: #030946; }
span { border-color: rgb(3,9,70); }
td.TdClassName
{
border-color: #030946;
}
.TagClassName
{
border-color: #030946;
}
</style>