Shades of Midnight Blue #05074E
Tints of Midnight Blue #05074E
RGB
CMYK
RGB Variations
Color information
#05074E (or 0x05074E) is known color: Midnight Blue. HEX triplet: 05, 07 and 4E. RGB value is (5,7,78). Sum of RGB (Red+Green+Blue) = 5+7+78=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 78 (30.86% from 255 or 86.67% from 90); Max value from RGB is 78 - color contains mainly: blue. Hex color #05074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05074E is #FAF8B1. Grayscale: #0E0E0E. Windows color (decimal): -16447666 or 5113605. OLE color: 5113605.
HSL color Cylindrical-coordinate representation of color #05074E: hue angle of 238.36º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05074E is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 7 | 78 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.69 |
| HSL | 238.36º | 0.88% | 0.16% | - |
| HSV(B) | 238.36º | 0.94% | 0.31% | - |
| XYZ | 1.51 | 0.73 | 7.27 | - |
| YUV | 14.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 78 | 0.94 | 0.91 | 0 | 0.69 | 238.36 | 0.88 | 0.16 |
| Hex | 5 | 7 | 4E | 5E | 5B | 0 | 45 | EE | 58 | 10 |
| Octal | 5 | 7 | 116 | 136 | 133 | 0 | 105 | 356 | 130 | 20 |
| Binary | 101 | 111 | 1001110 | 1011110 | 1011011 | 0 | 1000101 | 11101110 | 1011000 | 10000 |
Color Harmonies of #05074E
Complementary color
Monochromatic Colors of #05074E
Black with #05074E
Text Example
Text Example
White with #05074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05074E; }
p { color: rgb(5,7,78); }
H1.HeaderClassName
{
color: #05074E;
}
.AnyTagClassName
{
color: #05074E;
}
</style>
background-color css
<style>
a { background-color: #05074E; }
a { background-color: rgb(5,7,78); }
div.DivClassName
{
background-color: #05074E;
}
.BgClassName
{
background-color: #05074E;
}
</style>
border-color css
<style>
span { border-color: #05074E; }
span { border-color: rgb(5,7,78); }
td.TdClassName
{
border-color: #05074E;
}
.TagClassName
{
border-color: #05074E;
}
</style>