Shades of Midnight Blue #01004E
Tints of Midnight Blue #01004E
RGB
CMYK
RGB Variations
Color information
#01004E (or 0x01004E) is known color: Midnight Blue. HEX triplet: 01, 00 and 4E. RGB value is (1,0,78). Sum of RGB (Red+Green+Blue) = 1+0+78=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 78 (30.86% from 255 or 98.73% from 79); Max value from RGB is 78 - color contains mainly: blue. Hex color #01004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01004E is #FEFFB1. Grayscale: #080808. Windows color (decimal): -16711602 or 5111809. OLE color: 5111809.
HSL color Cylindrical-coordinate representation of color #01004E: hue angle of 240.77º 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 #01004E is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 0 | 78 | - |
| CMYK | 0.99 | 1 | 0 | 0.69 |
| HSL | 240.77º | 1% | 0.15% | - |
| HSV(B) | 240.77º | 1% | 0.31% | - |
| XYZ | 1.39 | 0.56 | 7.24 | - |
| YUV | 9.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 78 | 0.99 | 1 | 0 | 0.69 | 240.77 | 1 | 0.15 |
| Hex | 1 | 0 | 4E | 63 | 64 | 0 | 45 | F1 | 64 | F |
| Octal | 1 | 0 | 116 | 143 | 144 | 0 | 105 | 361 | 144 | 17 |
| Binary | 1 | 0 | 1001110 | 1100011 | 1100100 | 0 | 1000101 | 11110001 | 1100100 | 1111 |
Color Harmonies of #01004E
Complementary color
Monochromatic Colors of #01004E
Black with #01004E
Text Example
Text Example
White with #01004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01004E; }
p { color: rgb(1,0,78); }
H1.HeaderClassName
{
color: #01004E;
}
.AnyTagClassName
{
color: #01004E;
}
</style>
background-color css
<style>
a { background-color: #01004E; }
a { background-color: rgb(1,0,78); }
div.DivClassName
{
background-color: #01004E;
}
.BgClassName
{
background-color: #01004E;
}
</style>
border-color css
<style>
span { border-color: #01004E; }
span { border-color: rgb(1,0,78); }
td.TdClassName
{
border-color: #01004E;
}
.TagClassName
{
border-color: #01004E;
}
</style>