Shades of Midnight Express #030D46
Tints of Midnight Express #030D46
RGB
CMYK
RGB Variations
Color information
#030D46 (or 0x030D46) is known color: Midnight Express. HEX triplet: 03, 0D and 46. RGB value is (3,13,70). Sum of RGB (Red+Green+Blue) = 3+13+70=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #030D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D46 is #FCF2B9. Grayscale: #101010. Windows color (decimal): -16577210 or 4590851. OLE color: 4590851.
HSL color Cylindrical-coordinate representation of color #030D46: hue angle of 231.04º 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 #030D46 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 13 | 70 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.73 |
| HSL | 231.04º | 0.92% | 0.14% | - |
| HSV(B) | 231.04º | 0.96% | 0.27% | - |
| XYZ | 1.29 | 0.75 | 5.87 | - |
| YUV | 16.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 70 | 0.96 | 0.81 | 0 | 0.73 | 231.04 | 0.92 | 0.14 |
| Hex | 3 | D | 46 | 60 | 51 | 0 | 49 | E7 | 5C | E |
| Octal | 3 | 15 | 106 | 140 | 121 | 0 | 111 | 347 | 134 | 16 |
| Binary | 11 | 1101 | 1000110 | 1100000 | 1010001 | 0 | 1001001 | 11100111 | 1011100 | 1110 |
Color Harmonies of #030D46
Complementary color
Monochromatic Colors of #030D46
Black with #030D46
Text Example
Text Example
White with #030D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030D46; }
p { color: rgb(3,13,70); }
H1.HeaderClassName
{
color: #030D46;
}
.AnyTagClassName
{
color: #030D46;
}
</style>
background-color css
<style>
a { background-color: #030D46; }
a { background-color: rgb(3,13,70); }
div.DivClassName
{
background-color: #030D46;
}
.BgClassName
{
background-color: #030D46;
}
</style>
border-color css
<style>
span { border-color: #030D46; }
span { border-color: rgb(3,13,70); }
td.TdClassName
{
border-color: #030D46;
}
.TagClassName
{
border-color: #030D46;
}
</style>