Shades of Midnight Blue #01044D
Tints of Midnight Blue #01044D
RGB
CMYK
RGB Variations
Color information
#01044D (or 0x01044D) is known color: Midnight Blue. HEX triplet: 01, 04 and 4D. RGB value is (1,4,77). Sum of RGB (Red+Green+Blue) = 1+4+77=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #01044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01044D is #FEFBB2. Grayscale: #0B0B0B. Windows color (decimal): -16710579 or 5047297. OLE color: 5047297.
HSL color Cylindrical-coordinate representation of color #01044D: hue angle of 237.63º 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 #01044D is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 4 | 77 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.70 |
| HSL | 237.63º | 0.97% | 0.15% | - |
| HSV(B) | 237.63º | 0.99% | 0.3% | - |
| XYZ | 1.4 | 0.63 | 7.07 | - |
| YUV | 11.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 77 | 0.99 | 0.95 | 0 | 0.70 | 237.63 | 0.97 | 0.15 |
| Hex | 1 | 4 | 4D | 63 | 5F | 0 | 46 | EE | 61 | F |
| Octal | 1 | 4 | 115 | 143 | 137 | 0 | 106 | 356 | 141 | 17 |
| Binary | 1 | 100 | 1001101 | 1100011 | 1011111 | 0 | 1000110 | 11101110 | 1100001 | 1111 |
Color Harmonies of #01044D
Complementary color
Monochromatic Colors of #01044D
Black with #01044D
Text Example
Text Example
White with #01044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01044D; }
p { color: rgb(1,4,77); }
H1.HeaderClassName
{
color: #01044D;
}
.AnyTagClassName
{
color: #01044D;
}
</style>
background-color css
<style>
a { background-color: #01044D; }
a { background-color: rgb(1,4,77); }
div.DivClassName
{
background-color: #01044D;
}
.BgClassName
{
background-color: #01044D;
}
</style>
border-color css
<style>
span { border-color: #01044D; }
span { border-color: rgb(1,4,77); }
td.TdClassName
{
border-color: #01044D;
}
.TagClassName
{
border-color: #01044D;
}
</style>