Shades of Midnight Express #030749
Tints of Midnight Express #030749
RGB
CMYK
RGB Variations
Color information
#030749 (or 0x030749) is known color: Midnight Express. HEX triplet: 03, 07 and 49. RGB value is (3,7,73). Sum of RGB (Red+Green+Blue) = 3+7+73=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 73 (28.91% from 255 or 87.95% from 83); Max value from RGB is 73 - color contains mainly: blue. Hex color #030749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030749 is #FCF8B6. Grayscale: #0D0D0D. Windows color (decimal): -16578743 or 4785923. OLE color: 4785923.
HSL color Cylindrical-coordinate representation of color #030749: hue angle of 236.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030749 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 7 | 73 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.71 |
| HSL | 236.57º | 0.92% | 0.15% | - |
| HSV(B) | 236.57º | 0.96% | 0.29% | - |
| XYZ | 1.32 | 0.65 | 6.36 | - |
| YUV | 13.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 73 | 0.96 | 0.90 | 0 | 0.71 | 236.57 | 0.92 | 0.15 |
| Hex | 3 | 7 | 49 | 60 | 5A | 0 | 47 | ED | 5C | F |
| Octal | 3 | 7 | 111 | 140 | 132 | 0 | 107 | 355 | 134 | 17 |
| Binary | 11 | 111 | 1001001 | 1100000 | 1011010 | 0 | 1000111 | 11101101 | 1011100 | 1111 |
Color Harmonies of #030749
Complementary color
Monochromatic Colors of #030749
Black with #030749
Text Example
Text Example
White with #030749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030749; }
p { color: rgb(3,7,73); }
H1.HeaderClassName
{
color: #030749;
}
.AnyTagClassName
{
color: #030749;
}
</style>
background-color css
<style>
a { background-color: #030749; }
a { background-color: rgb(3,7,73); }
div.DivClassName
{
background-color: #030749;
}
.BgClassName
{
background-color: #030749;
}
</style>
border-color css
<style>
span { border-color: #030749; }
span { border-color: rgb(3,7,73); }
td.TdClassName
{
border-color: #030749;
}
.TagClassName
{
border-color: #030749;
}
</style>