Shades of Midnight Blue #03014D
Tints of Midnight Blue #03014D
RGB
CMYK
RGB Variations
Color information
#03014D (or 0x03014D) is known color: Midnight Blue. HEX triplet: 03, 01 and 4D. RGB value is (3,1,77). Sum of RGB (Red+Green+Blue) = 3+1+77=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 77 (30.47% from 255 or 95.06% from 81); Max value from RGB is 77 - color contains mainly: blue. Hex color #03014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03014D is #FCFEB2. Grayscale: #090909. Windows color (decimal): -16580275 or 5046531. OLE color: 5046531.
HSL color Cylindrical-coordinate representation of color #03014D: hue angle of 241.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03014D is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 1 | 77 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.70 |
| HSL | 241.58º | 0.97% | 0.15% | - |
| HSV(B) | 241.58º | 0.99% | 0.3% | - |
| XYZ | 1.39 | 0.58 | 7.06 | - |
| YUV | 10.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 77 | 0.96 | 0.99 | 0 | 0.70 | 241.58 | 0.97 | 0.15 |
| Hex | 3 | 1 | 4D | 60 | 63 | 0 | 46 | F2 | 61 | F |
| Octal | 3 | 1 | 115 | 140 | 143 | 0 | 106 | 362 | 141 | 17 |
| Binary | 11 | 1 | 1001101 | 1100000 | 1100011 | 0 | 1000110 | 11110010 | 1100001 | 1111 |
Color Harmonies of #03014D
Complementary color
Monochromatic Colors of #03014D
Black with #03014D
Text Example
Text Example
White with #03014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03014D; }
p { color: rgb(3,1,77); }
H1.HeaderClassName
{
color: #03014D;
}
.AnyTagClassName
{
color: #03014D;
}
</style>
background-color css
<style>
a { background-color: #03014D; }
a { background-color: rgb(3,1,77); }
div.DivClassName
{
background-color: #03014D;
}
.BgClassName
{
background-color: #03014D;
}
</style>
border-color css
<style>
span { border-color: #03014D; }
span { border-color: rgb(3,1,77); }
td.TdClassName
{
border-color: #03014D;
}
.TagClassName
{
border-color: #03014D;
}
</style>