Shades of Midnight Blue #08054E
Tints of Midnight Blue #08054E
RGB
CMYK
RGB Variations
Color information
#08054E (or 0x08054E) is known color: Midnight Blue. HEX triplet: 08, 05 and 4E. RGB value is (8,5,78). Sum of RGB (Red+Green+Blue) = 8+5+78=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 78 (30.86% from 255 or 85.71% from 91); Max value from RGB is 78 - color contains mainly: blue. Hex color #08054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08054E is #F7FAB1. Grayscale: #0D0D0D. Windows color (decimal): -16251570 or 5113096. OLE color: 5113096.
HSL color Cylindrical-coordinate representation of color #08054E: hue angle of 242.47º 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 #08054E is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 5 | 78 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.69 |
| HSL | 242.47º | 0.88% | 0.16% | - |
| HSV(B) | 242.47º | 0.94% | 0.31% | - |
| XYZ | 1.53 | 0.71 | 7.26 | - |
| YUV | 14.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 78 | 0.90 | 0.94 | 0 | 0.69 | 242.47 | 0.88 | 0.16 |
| Hex | 8 | 5 | 4E | 5A | 5E | 0 | 45 | F2 | 58 | 10 |
| Octal | 10 | 5 | 116 | 132 | 136 | 0 | 105 | 362 | 130 | 20 |
| Binary | 1000 | 101 | 1001110 | 1011010 | 1011110 | 0 | 1000101 | 11110010 | 1011000 | 10000 |
Color Harmonies of #08054E
Complementary color
Monochromatic Colors of #08054E
Black with #08054E
Text Example
Text Example
White with #08054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08054E; }
p { color: rgb(8,5,78); }
H1.HeaderClassName
{
color: #08054E;
}
.AnyTagClassName
{
color: #08054E;
}
</style>
background-color css
<style>
a { background-color: #08054E; }
a { background-color: rgb(8,5,78); }
div.DivClassName
{
background-color: #08054E;
}
.BgClassName
{
background-color: #08054E;
}
</style>
border-color css
<style>
span { border-color: #08054E; }
span { border-color: rgb(8,5,78); }
td.TdClassName
{
border-color: #08054E;
}
.TagClassName
{
border-color: #08054E;
}
</style>