Shades of Midnight Blue #08084F
Tints of Midnight Blue #08084F
RGB
CMYK
RGB Variations
Color information
#08084F (or 0x08084F) is known color: Midnight Blue. HEX triplet: 08, 08 and 4F. RGB value is (8,8,79). Sum of RGB (Red+Green+Blue) = 8+8+79=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #08084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08084F is #F7F7B0. Grayscale: #0F0F0F. Windows color (decimal): -16250801 or 5179400. OLE color: 5179400.
HSL color Cylindrical-coordinate representation of color #08084F: hue angle of 240º degrees, saturation: 0.82, 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 #08084F is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 8 | 79 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.69 |
| HSL | 240º | 0.82% | 0.17% | - |
| HSV(B) | 240º | 0.9% | 0.31% | - |
| XYZ | 1.6 | 0.79 | 7.47 | - |
| YUV | 16.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 79 | 0.90 | 0.90 | 0 | 0.69 | 240 | 0.82 | 0.17 |
| Hex | 8 | 8 | 4F | 5A | 5A | 0 | 45 | F0 | 52 | 11 |
| Octal | 10 | 10 | 117 | 132 | 132 | 0 | 105 | 360 | 122 | 21 |
| Binary | 1000 | 1000 | 1001111 | 1011010 | 1011010 | 0 | 1000101 | 11110000 | 1010010 | 10001 |
Color Harmonies of #08084F
Complementary color
Monochromatic Colors of #08084F
Black with #08084F
Text Example
Text Example
White with #08084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08084F; }
p { color: rgb(8,8,79); }
H1.HeaderClassName
{
color: #08084F;
}
.AnyTagClassName
{
color: #08084F;
}
</style>
background-color css
<style>
a { background-color: #08084F; }
a { background-color: rgb(8,8,79); }
div.DivClassName
{
background-color: #08084F;
}
.BgClassName
{
background-color: #08084F;
}
</style>
border-color css
<style>
span { border-color: #08084F; }
span { border-color: rgb(8,8,79); }
td.TdClassName
{
border-color: #08084F;
}
.TagClassName
{
border-color: #08084F;
}
</style>