Shades of Midnight Blue #03044D
Tints of Midnight Blue #03044D
RGB
CMYK
RGB Variations
Color information
#03044D (or 0x03044D) is known color: Midnight Blue. HEX triplet: 03, 04 and 4D. RGB value is (3,4,77). Sum of RGB (Red+Green+Blue) = 3+4+77=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 77 (30.47% from 255 or 91.67% from 84); Max value from RGB is 77 - color contains mainly: blue. Hex color #03044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03044D is #FCFBB2. Grayscale: #0B0B0B. Windows color (decimal): -16579507 or 5047299. OLE color: 5047299.
HSL color Cylindrical-coordinate representation of color #03044D: hue angle of 239.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03044D is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 4 | 77 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.70 |
| HSL | 239.19º | 0.93% | 0.16% | - |
| HSV(B) | 239.19º | 0.96% | 0.3% | - |
| XYZ | 1.42 | 0.64 | 7.07 | - |
| YUV | 12.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 77 | 0.96 | 0.95 | 0 | 0.70 | 239.19 | 0.93 | 0.16 |
| Hex | 3 | 4 | 4D | 60 | 5F | 0 | 46 | EF | 5C | 10 |
| Octal | 3 | 4 | 115 | 140 | 137 | 0 | 106 | 357 | 134 | 20 |
| Binary | 11 | 100 | 1001101 | 1100000 | 1011111 | 0 | 1000110 | 11101111 | 1011100 | 10000 |
Color Harmonies of #03044D
Complementary color
Monochromatic Colors of #03044D
Black with #03044D
Text Example
Text Example
White with #03044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03044D; }
p { color: rgb(3,4,77); }
H1.HeaderClassName
{
color: #03044D;
}
.AnyTagClassName
{
color: #03044D;
}
</style>
background-color css
<style>
a { background-color: #03044D; }
a { background-color: rgb(3,4,77); }
div.DivClassName
{
background-color: #03044D;
}
.BgClassName
{
background-color: #03044D;
}
</style>
border-color css
<style>
span { border-color: #03044D; }
span { border-color: rgb(3,4,77); }
td.TdClassName
{
border-color: #03044D;
}
.TagClassName
{
border-color: #03044D;
}
</style>