Shades of Midnight Blue #08094D
Tints of Midnight Blue #08094D
RGB
CMYK
RGB Variations
Color information
#08094D (or 0x08094D) is known color: Midnight Blue. HEX triplet: 08, 09 and 4D. RGB value is (8,9,77). Sum of RGB (Red+Green+Blue) = 8+9+77=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #08094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08094D is #F7F6B2. Grayscale: #101010. Windows color (decimal): -16250547 or 5048584. OLE color: 5048584.
HSL color Cylindrical-coordinate representation of color #08094D: hue angle of 239.13º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08094D is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 9 | 77 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.70 |
| HSL | 239.13º | 0.81% | 0.17% | - |
| HSV(B) | 239.13º | 0.9% | 0.3% | - |
| XYZ | 1.54 | 0.78 | 7.09 | - |
| YUV | 16.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 77 | 0.90 | 0.88 | 0 | 0.70 | 239.13 | 0.81 | 0.17 |
| Hex | 8 | 9 | 4D | 5A | 58 | 0 | 46 | EF | 51 | 11 |
| Octal | 10 | 11 | 115 | 132 | 130 | 0 | 106 | 357 | 121 | 21 |
| Binary | 1000 | 1001 | 1001101 | 1011010 | 1011000 | 0 | 1000110 | 11101111 | 1010001 | 10001 |
Color Harmonies of #08094D
Complementary color
Monochromatic Colors of #08094D
Black with #08094D
Text Example
Text Example
White with #08094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08094D; }
p { color: rgb(8,9,77); }
H1.HeaderClassName
{
color: #08094D;
}
.AnyTagClassName
{
color: #08094D;
}
</style>
background-color css
<style>
a { background-color: #08094D; }
a { background-color: rgb(8,9,77); }
div.DivClassName
{
background-color: #08094D;
}
.BgClassName
{
background-color: #08094D;
}
</style>
border-color css
<style>
span { border-color: #08094D; }
span { border-color: rgb(8,9,77); }
td.TdClassName
{
border-color: #08094D;
}
.TagClassName
{
border-color: #08094D;
}
</style>