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