Shades of Midnight Blue #03014E
Tints of Midnight Blue #03014E
RGB
CMYK
RGB Variations
Color information
#03014E (or 0x03014E) is known color: Midnight Blue. HEX triplet: 03, 01 and 4E. RGB value is (3,1,78). Sum of RGB (Red+Green+Blue) = 3+1+78=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 78 (30.86% from 255 or 95.12% from 82); Max value from RGB is 78 - color contains mainly: blue. Hex color #03014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03014E is #FCFEB1. Grayscale: #0A0A0A. Windows color (decimal): -16580274 or 5112067. OLE color: 5112067.
HSL color Cylindrical-coordinate representation of color #03014E: hue angle of 241.56º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03014E is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 1 | 78 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.69 |
| HSL | 241.56º | 0.97% | 0.15% | - |
| HSV(B) | 241.56º | 0.99% | 0.31% | - |
| XYZ | 1.42 | 0.59 | 7.25 | - |
| YUV | 10.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 78 | 0.96 | 0.99 | 0 | 0.69 | 241.56 | 0.97 | 0.15 |
| Hex | 3 | 1 | 4E | 60 | 63 | 0 | 45 | F2 | 61 | F |
| Octal | 3 | 1 | 116 | 140 | 143 | 0 | 105 | 362 | 141 | 17 |
| Binary | 11 | 1 | 1001110 | 1100000 | 1100011 | 0 | 1000101 | 11110010 | 1100001 | 1111 |
Color Harmonies of #03014E
Complementary color
Monochromatic Colors of #03014E
Black with #03014E
Text Example
Text Example
White with #03014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03014E; }
p { color: rgb(3,1,78); }
H1.HeaderClassName
{
color: #03014E;
}
.AnyTagClassName
{
color: #03014E;
}
</style>
background-color css
<style>
a { background-color: #03014E; }
a { background-color: rgb(3,1,78); }
div.DivClassName
{
background-color: #03014E;
}
.BgClassName
{
background-color: #03014E;
}
</style>
border-color css
<style>
span { border-color: #03014E; }
span { border-color: rgb(3,1,78); }
td.TdClassName
{
border-color: #03014E;
}
.TagClassName
{
border-color: #03014E;
}
</style>