Shades of Midnight Blue #03004D
Tints of Midnight Blue #03004D
RGB
CMYK
RGB Variations
Color information
#03004D (or 0x03004D) is known color: Midnight Blue. HEX triplet: 03, 00 and 4D. RGB value is (3,0,77). Sum of RGB (Red+Green+Blue) = 3+0+77=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 77 (30.47% from 255 or 96.25% from 80); Max value from RGB is 77 - color contains mainly: blue. Hex color #03004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03004D is #FCFFB2. Grayscale: #090909. Windows color (decimal): -16580531 or 5046275. OLE color: 5046275.
HSL color Cylindrical-coordinate representation of color #03004D: hue angle of 242.34º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03004D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 0 | 77 | - |
| CMYK | 0.96 | 1 | 0 | 0.70 |
| HSL | 242.34º | 1% | 0.15% | - |
| HSV(B) | 242.34º | 1% | 0.3% | - |
| XYZ | 1.38 | 0.56 | 7.06 | - |
| YUV | 9.68 | 165.99 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 77 | 0.96 | 1 | 0 | 0.70 | 242.34 | 1 | 0.15 |
| Hex | 3 | 0 | 4D | 60 | 64 | 0 | 46 | F2 | 64 | F |
| Octal | 3 | 0 | 115 | 140 | 144 | 0 | 106 | 362 | 144 | 17 |
| Binary | 11 | 0 | 1001101 | 1100000 | 1100100 | 0 | 1000110 | 11110010 | 1100100 | 1111 |
Color Harmonies of #03004D
Complementary color
Monochromatic Colors of #03004D
Black with #03004D
Text Example
Text Example
White with #03004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03004D; }
p { color: rgb(3,0,77); }
H1.HeaderClassName
{
color: #03004D;
}
.AnyTagClassName
{
color: #03004D;
}
</style>
background-color css
<style>
a { background-color: #03004D; }
a { background-color: rgb(3,0,77); }
div.DivClassName
{
background-color: #03004D;
}
.BgClassName
{
background-color: #03004D;
}
</style>
border-color css
<style>
span { border-color: #03004D; }
span { border-color: rgb(3,0,77); }
td.TdClassName
{
border-color: #03004D;
}
.TagClassName
{
border-color: #03004D;
}
</style>