Shades of Midnight Blue #03044E
Tints of Midnight Blue #03044E
RGB
CMYK
RGB Variations
Color information
#03044E (or 0x03044E) is known color: Midnight Blue. HEX triplet: 03, 04 and 4E. RGB value is (3,4,78). Sum of RGB (Red+Green+Blue) = 3+4+78=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 78 (30.86% from 255 or 91.76% from 85); Max value from RGB is 78 - color contains mainly: blue. Hex color #03044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03044E is #FCFBB1. Grayscale: #0B0B0B. Windows color (decimal): -16579506 or 5112835. OLE color: 5112835.
HSL color Cylindrical-coordinate representation of color #03044E: hue angle of 239.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03044E is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 4 | 78 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.69 |
| HSL | 239.2º | 0.93% | 0.16% | - |
| HSV(B) | 239.2º | 0.96% | 0.31% | - |
| XYZ | 1.46 | 0.66 | 7.26 | - |
| YUV | 12.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 78 | 0.96 | 0.95 | 0 | 0.69 | 239.2 | 0.93 | 0.16 |
| Hex | 3 | 4 | 4E | 60 | 5F | 0 | 45 | EF | 5D | 10 |
| Octal | 3 | 4 | 116 | 140 | 137 | 0 | 105 | 357 | 135 | 20 |
| Binary | 11 | 100 | 1001110 | 1100000 | 1011111 | 0 | 1000101 | 11101111 | 1011101 | 10000 |
Color Harmonies of #03044E
Complementary color
Monochromatic Colors of #03044E
Black with #03044E
Text Example
Text Example
White with #03044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03044E; }
p { color: rgb(3,4,78); }
H1.HeaderClassName
{
color: #03044E;
}
.AnyTagClassName
{
color: #03044E;
}
</style>
background-color css
<style>
a { background-color: #03044E; }
a { background-color: rgb(3,4,78); }
div.DivClassName
{
background-color: #03044E;
}
.BgClassName
{
background-color: #03044E;
}
</style>
border-color css
<style>
span { border-color: #03044E; }
span { border-color: rgb(3,4,78); }
td.TdClassName
{
border-color: #03044E;
}
.TagClassName
{
border-color: #03044E;
}
</style>