Shades of Midnight Blue #080454
Tints of Midnight Blue #080454
RGB
CMYK
RGB Variations
Color information
#080454 (or 0x080454) is known color: Midnight Blue. HEX triplet: 08, 04 and 54. RGB value is (8,4,84). Sum of RGB (Red+Green+Blue) = 8+4+84=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 84 (33.20% from 255 or 87.5% from 96); Max value from RGB is 84 - color contains mainly: blue. Hex color #080454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080454 is #F7FBAB. Grayscale: #0E0E0E. Windows color (decimal): -16251820 or 5506056. OLE color: 5506056.
HSL color Cylindrical-coordinate representation of color #080454: hue angle of 243º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080454 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 4 | 84 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.67 |
| HSL | 243º | 0.91% | 0.17% | - |
| HSV(B) | 243º | 0.95% | 0.33% | - |
| XYZ | 1.74 | 0.78 | 8.45 | - |
| YUV | 14.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 84 | 0.90 | 0.95 | 0 | 0.67 | 243 | 0.91 | 0.17 |
| Hex | 8 | 4 | 54 | 5A | 5F | 0 | 43 | F3 | 5B | 11 |
| Octal | 10 | 4 | 124 | 132 | 137 | 0 | 103 | 363 | 133 | 21 |
| Binary | 1000 | 100 | 1010100 | 1011010 | 1011111 | 0 | 1000011 | 11110011 | 1011011 | 10001 |
Color Harmonies of #080454
Complementary color
Monochromatic Colors of #080454
Black with #080454
Text Example
Text Example
White with #080454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080454; }
p { color: rgb(8,4,84); }
H1.HeaderClassName
{
color: #080454;
}
.AnyTagClassName
{
color: #080454;
}
</style>
background-color css
<style>
a { background-color: #080454; }
a { background-color: rgb(8,4,84); }
div.DivClassName
{
background-color: #080454;
}
.BgClassName
{
background-color: #080454;
}
</style>
border-color css
<style>
span { border-color: #080454; }
span { border-color: rgb(8,4,84); }
td.TdClassName
{
border-color: #080454;
}
.TagClassName
{
border-color: #080454;
}
</style>