Shades of Midnight Blue #03034D
Tints of Midnight Blue #03034D
RGB
CMYK
RGB Variations
Color information
#03034D (or 0x03034D) is known color: Midnight Blue. HEX triplet: 03, 03 and 4D. RGB value is (3,3,77). Sum of RGB (Red+Green+Blue) = 3+3+77=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 77 (30.47% from 255 or 92.77% from 83); Max value from RGB is 77 - color contains mainly: blue. Hex color #03034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03034D is #FCFCB2. Grayscale: #0B0B0B. Windows color (decimal): -16579763 or 5047043. OLE color: 5047043.
HSL color Cylindrical-coordinate representation of color #03034D: hue angle of 240º 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 #03034D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 3 | 77 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.70 |
| HSL | 240º | 0.93% | 0.16% | - |
| HSV(B) | 240º | 0.96% | 0.3% | - |
| XYZ | 1.41 | 0.62 | 7.07 | - |
| YUV | 11.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 77 | 0.96 | 0.96 | 0 | 0.70 | 240 | 0.93 | 0.16 |
| Hex | 3 | 3 | 4D | 60 | 60 | 0 | 46 | F0 | 5C | 10 |
| Octal | 3 | 3 | 115 | 140 | 140 | 0 | 106 | 360 | 134 | 20 |
| Binary | 11 | 11 | 1001101 | 1100000 | 1100000 | 0 | 1000110 | 11110000 | 1011100 | 10000 |
Color Harmonies of #03034D
Complementary color
Monochromatic Colors of #03034D
Black with #03034D
Text Example
Text Example
White with #03034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03034D; }
p { color: rgb(3,3,77); }
H1.HeaderClassName
{
color: #03034D;
}
.AnyTagClassName
{
color: #03034D;
}
</style>
background-color css
<style>
a { background-color: #03034D; }
a { background-color: rgb(3,3,77); }
div.DivClassName
{
background-color: #03034D;
}
.BgClassName
{
background-color: #03034D;
}
</style>
border-color css
<style>
span { border-color: #03034D; }
span { border-color: rgb(3,3,77); }
td.TdClassName
{
border-color: #03034D;
}
.TagClassName
{
border-color: #03034D;
}
</style>