Shades of Midnight Blue #01044F
Tints of Midnight Blue #01044F
RGB
CMYK
RGB Variations
Color information
#01044F (or 0x01044F) is known color: Midnight Blue. HEX triplet: 01, 04 and 4F. RGB value is (1,4,79). Sum of RGB (Red+Green+Blue) = 1+4+79=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 79 (31.25% from 255 or 94.05% from 84); Max value from RGB is 79 - color contains mainly: blue. Hex color #01044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01044F is #FEFBB0. Grayscale: #0B0B0B. Windows color (decimal): -16710577 or 5178369. OLE color: 5178369.
HSL color Cylindrical-coordinate representation of color #01044F: hue angle of 237.69º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01044F is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 4 | 79 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.69 |
| HSL | 237.69º | 0.98% | 0.16% | - |
| HSV(B) | 237.69º | 0.99% | 0.31% | - |
| XYZ | 1.47 | 0.66 | 7.45 | - |
| YUV | 11.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 79 | 0.99 | 0.95 | 0 | 0.69 | 237.69 | 0.98 | 0.16 |
| Hex | 1 | 4 | 4F | 63 | 5F | 0 | 45 | EE | 62 | 10 |
| Octal | 1 | 4 | 117 | 143 | 137 | 0 | 105 | 356 | 142 | 20 |
| Binary | 1 | 100 | 1001111 | 1100011 | 1011111 | 0 | 1000101 | 11101110 | 1100010 | 10000 |
Color Harmonies of #01044F
Complementary color
Monochromatic Colors of #01044F
Black with #01044F
Text Example
Text Example
White with #01044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01044F; }
p { color: rgb(1,4,79); }
H1.HeaderClassName
{
color: #01044F;
}
.AnyTagClassName
{
color: #01044F;
}
</style>
background-color css
<style>
a { background-color: #01044F; }
a { background-color: rgb(1,4,79); }
div.DivClassName
{
background-color: #01044F;
}
.BgClassName
{
background-color: #01044F;
}
</style>
border-color css
<style>
span { border-color: #01044F; }
span { border-color: rgb(1,4,79); }
td.TdClassName
{
border-color: #01044F;
}
.TagClassName
{
border-color: #01044F;
}
</style>