Shades of Midnight Blue #00004E
Tints of Midnight Blue #00004E
RGB
CMYK
RGB Variations
Color information
#00004E (or 0x00004E) is known color: Midnight Blue. HEX triplet: 00, 00 and 4E. RGB value is (0,0,78). Sum of RGB (Red+Green+Blue) = 0+0+78=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 78 (30.86% from 255 or 100% from 78); Max value from RGB is 78 - color contains mainly: blue. Hex color #00004E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00004E is #FFFFB1. Grayscale: #080808. Windows color (decimal): -16777138 or 5111808. OLE color: 5111808.
HSL color Cylindrical-coordinate representation of color #00004E: hue angle of 240º 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 #00004E is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 0 | 0 | 78 | - |
CMYK | 1 | 1 | 0 | 0.69 |
HSL | 240º | 1% | 0.15% | - |
HSV(B) | 240º | 1% | 0.31% | - |
XYZ | 1.38 | 0.55 | 7.24 | - |
YUV | 8.89 | 167 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 78 | 1 | 1 | 0 | 0.69 | 240 | 1 | 0.15 |
Hex | 0 | 0 | 4E | 64 | 64 | 0 | 45 | F0 | 64 | F |
Octal | 0 | 0 | 116 | 144 | 144 | 0 | 105 | 360 | 144 | 17 |
Binary | 0 | 0 | 1001110 | 1100100 | 1100100 | 0 | 1000101 | 11110000 | 1100100 | 1111 |
Color Harmonies of #00004E
Complementary color
Monochromatic Colors of #00004E
Black with #00004E
Text Example
Text Example
White with #00004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00004E; }
p { color: rgb(0,0,78); }
H1.HeaderClassName
{
color: #00004E;
}
.AnyTagClassName
{
color: #00004E;
}
</style>
background-color css
<style>
a { background-color: #00004E; }
a { background-color: rgb(0,0,78); }
div.DivClassName
{
background-color: #00004E;
}
.BgClassName
{
background-color: #00004E;
}
</style>
border-color css
<style>
span { border-color: #00004E; }
span { border-color: rgb(0,0,78); }
td.TdClassName
{
border-color: #00004E;
}
.TagClassName
{
border-color: #00004E;
}
</style>