Shades of Midnight Blue #010049
Tints of Midnight Blue #010049
RGB
CMYK
RGB Variations
Color information
#010049 (or 0x010049) is known color: Midnight Blue. HEX triplet: 01, 00 and 49. RGB value is (1,0,73). Sum of RGB (Red+Green+Blue) = 1+0+73=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 73 (28.91% from 255 or 98.65% from 74); Max value from RGB is 73 - color contains mainly: blue. Hex color #010049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010049 is #FEFFB6. Grayscale: #080808. Windows color (decimal): -16711607 or 4784129. OLE color: 4784129.
HSL color Cylindrical-coordinate representation of color #010049: hue angle of 240.82º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010049 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 0 | 73 | - |
| CMYK | 0.99 | 1 | 0 | 0.71 |
| HSL | 240.82º | 1% | 0.14% | - |
| HSV(B) | 240.82º | 1% | 0.29% | - |
| XYZ | 1.22 | 0.49 | 6.33 | - |
| YUV | 8.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 73 | 0.99 | 1 | 0 | 0.71 | 240.82 | 1 | 0.14 |
| Hex | 1 | 0 | 49 | 63 | 64 | 0 | 47 | F1 | 64 | E |
| Octal | 1 | 0 | 111 | 143 | 144 | 0 | 107 | 361 | 144 | 16 |
| Binary | 1 | 0 | 1001001 | 1100011 | 1100100 | 0 | 1000111 | 11110001 | 1100100 | 1110 |
Color Harmonies of #010049
Complementary color
Monochromatic Colors of #010049
Black with #010049
Text Example
Text Example
White with #010049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010049; }
p { color: rgb(1,0,73); }
H1.HeaderClassName
{
color: #010049;
}
.AnyTagClassName
{
color: #010049;
}
</style>
background-color css
<style>
a { background-color: #010049; }
a { background-color: rgb(1,0,73); }
div.DivClassName
{
background-color: #010049;
}
.BgClassName
{
background-color: #010049;
}
</style>
border-color css
<style>
span { border-color: #010049; }
span { border-color: rgb(1,0,73); }
td.TdClassName
{
border-color: #010049;
}
.TagClassName
{
border-color: #010049;
}
</style>