Shades of Midnight Blue #08084A
Tints of Midnight Blue #08084A
RGB
CMYK
RGB Variations
Color information
#08084A (or 0x08084A) is known color: Midnight Blue. HEX triplet: 08, 08 and 4A. RGB value is (8,8,74). Sum of RGB (Red+Green+Blue) = 8+8+74=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 74 (29.30% from 255 or 82.22% from 90); Max value from RGB is 74 - color contains mainly: blue. Hex color #08084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08084A is #F7F7B5. Grayscale: #0F0F0F. Windows color (decimal): -16250806 or 4851720. OLE color: 4851720.
HSL color Cylindrical-coordinate representation of color #08084A: hue angle of 240º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08084A is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 8 | 74 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.71 |
| HSL | 240º | 0.8% | 0.16% | - |
| HSV(B) | 240º | 0.89% | 0.29% | - |
| XYZ | 1.42 | 0.72 | 6.54 | - |
| YUV | 15.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 74 | 0.89 | 0.89 | 0 | 0.71 | 240 | 0.8 | 0.16 |
| Hex | 8 | 8 | 4A | 59 | 59 | 0 | 47 | F0 | 50 | 10 |
| Octal | 10 | 10 | 112 | 131 | 131 | 0 | 107 | 360 | 120 | 20 |
| Binary | 1000 | 1000 | 1001010 | 1011001 | 1011001 | 0 | 1000111 | 11110000 | 1010000 | 10000 |
Color Harmonies of #08084A
Complementary color
Monochromatic Colors of #08084A
Black with #08084A
Text Example
Text Example
White with #08084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08084A; }
p { color: rgb(8,8,74); }
H1.HeaderClassName
{
color: #08084A;
}
.AnyTagClassName
{
color: #08084A;
}
</style>
background-color css
<style>
a { background-color: #08084A; }
a { background-color: rgb(8,8,74); }
div.DivClassName
{
background-color: #08084A;
}
.BgClassName
{
background-color: #08084A;
}
</style>
border-color css
<style>
span { border-color: #08084A; }
span { border-color: rgb(8,8,74); }
td.TdClassName
{
border-color: #08084A;
}
.TagClassName
{
border-color: #08084A;
}
</style>