Shades of Midnight Blue #03004E
Tints of Midnight Blue #03004E
RGB
CMYK
RGB Variations
Color information
#03004E (or 0x03004E) is known color: Midnight Blue. HEX triplet: 03, 00 and 4E. RGB value is (3,0,78). Sum of RGB (Red+Green+Blue) = 3+0+78=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 78 (30.86% from 255 or 96.30% from 81); Max value from RGB is 78 - color contains mainly: blue. Hex color #03004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03004E is #FCFFB1. Grayscale: #090909. Windows color (decimal): -16580530 or 5111811. OLE color: 5111811.
HSL color Cylindrical-coordinate representation of color #03004E: hue angle of 242.31º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03004E is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 0 | 78 | - |
| CMYK | 0.96 | 1 | 0 | 0.69 |
| HSL | 242.31º | 1% | 0.15% | - |
| HSV(B) | 242.31º | 1% | 0.31% | - |
| XYZ | 1.41 | 0.57 | 7.24 | - |
| YUV | 9.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 78 | 0.96 | 1 | 0 | 0.69 | 242.31 | 1 | 0.15 |
| Hex | 3 | 0 | 4E | 60 | 64 | 0 | 45 | F2 | 64 | F |
| Octal | 3 | 0 | 116 | 140 | 144 | 0 | 105 | 362 | 144 | 17 |
| Binary | 11 | 0 | 1001110 | 1100000 | 1100100 | 0 | 1000101 | 11110010 | 1100100 | 1111 |
Color Harmonies of #03004E
Complementary color
Monochromatic Colors of #03004E
Black with #03004E
Text Example
Text Example
White with #03004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03004E; }
p { color: rgb(3,0,78); }
H1.HeaderClassName
{
color: #03004E;
}
.AnyTagClassName
{
color: #03004E;
}
</style>
background-color css
<style>
a { background-color: #03004E; }
a { background-color: rgb(3,0,78); }
div.DivClassName
{
background-color: #03004E;
}
.BgClassName
{
background-color: #03004E;
}
</style>
border-color css
<style>
span { border-color: #03004E; }
span { border-color: rgb(3,0,78); }
td.TdClassName
{
border-color: #03004E;
}
.TagClassName
{
border-color: #03004E;
}
</style>