Shades of Midnight Blue #08094E
Tints of Midnight Blue #08094E
RGB
CMYK
RGB Variations
Color information
#08094E (or 0x08094E) is known color: Midnight Blue. HEX triplet: 08, 09 and 4E. RGB value is (8,9,78). Sum of RGB (Red+Green+Blue) = 8+9+78=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #08094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08094E is #F7F6B1. Grayscale: #101010. Windows color (decimal): -16250546 or 5114120. OLE color: 5114120.
HSL color Cylindrical-coordinate representation of color #08094E: hue angle of 239.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08094E is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 9 | 78 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.69 |
| HSL | 239.14º | 0.81% | 0.17% | - |
| HSV(B) | 239.14º | 0.9% | 0.31% | - |
| XYZ | 1.57 | 0.8 | 7.28 | - |
| YUV | 16.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 78 | 0.90 | 0.88 | 0 | 0.69 | 239.14 | 0.81 | 0.17 |
| Hex | 8 | 9 | 4E | 5A | 58 | 0 | 45 | EF | 51 | 11 |
| Octal | 10 | 11 | 116 | 132 | 130 | 0 | 105 | 357 | 121 | 21 |
| Binary | 1000 | 1001 | 1001110 | 1011010 | 1011000 | 0 | 1000101 | 11101111 | 1010001 | 10001 |
Color Harmonies of #08094E
Complementary color
Monochromatic Colors of #08094E
Black with #08094E
Text Example
Text Example
White with #08094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08094E; }
p { color: rgb(8,9,78); }
H1.HeaderClassName
{
color: #08094E;
}
.AnyTagClassName
{
color: #08094E;
}
</style>
background-color css
<style>
a { background-color: #08094E; }
a { background-color: rgb(8,9,78); }
div.DivClassName
{
background-color: #08094E;
}
.BgClassName
{
background-color: #08094E;
}
</style>
border-color css
<style>
span { border-color: #08094E; }
span { border-color: rgb(8,9,78); }
td.TdClassName
{
border-color: #08094E;
}
.TagClassName
{
border-color: #08094E;
}
</style>