Shades of Midnight Blue #01004D
Tints of Midnight Blue #01004D
RGB
CMYK
RGB Variations
Color information
#01004D (or 0x01004D) is known color: Midnight Blue. HEX triplet: 01, 00 and 4D. RGB value is (1,0,77). Sum of RGB (Red+Green+Blue) = 1+0+77=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 77 (30.47% from 255 or 98.72% from 78); Max value from RGB is 77 - color contains mainly: blue. Hex color #01004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01004D is #FEFFB2. Grayscale: #080808. Windows color (decimal): -16711603 or 5046273. OLE color: 5046273.
HSL color Cylindrical-coordinate representation of color #01004D: hue angle of 240.78º 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 #01004D is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 0 | 77 | - |
| CMYK | 0.99 | 1 | 0 | 0.70 |
| HSL | 240.78º | 1% | 0.15% | - |
| HSV(B) | 240.78º | 1% | 0.3% | - |
| XYZ | 1.35 | 0.54 | 7.05 | - |
| YUV | 9.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 77 | 0.99 | 1 | 0 | 0.70 | 240.78 | 1 | 0.15 |
| Hex | 1 | 0 | 4D | 63 | 64 | 0 | 46 | F1 | 64 | F |
| Octal | 1 | 0 | 115 | 143 | 144 | 0 | 106 | 361 | 144 | 17 |
| Binary | 1 | 0 | 1001101 | 1100011 | 1100100 | 0 | 1000110 | 11110001 | 1100100 | 1111 |
Color Harmonies of #01004D
Complementary color
Monochromatic Colors of #01004D
Black with #01004D
Text Example
Text Example
White with #01004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01004D; }
p { color: rgb(1,0,77); }
H1.HeaderClassName
{
color: #01004D;
}
.AnyTagClassName
{
color: #01004D;
}
</style>
background-color css
<style>
a { background-color: #01004D; }
a { background-color: rgb(1,0,77); }
div.DivClassName
{
background-color: #01004D;
}
.BgClassName
{
background-color: #01004D;
}
</style>
border-color css
<style>
span { border-color: #01004D; }
span { border-color: rgb(1,0,77); }
td.TdClassName
{
border-color: #01004D;
}
.TagClassName
{
border-color: #01004D;
}
</style>