Shades of Midnight Blue #080354
Tints of Midnight Blue #080354
RGB
CMYK
RGB Variations
Color information
#080354 (or 0x080354) is known color: Midnight Blue. HEX triplet: 08, 03 and 54. RGB value is (8,3,84). Sum of RGB (Red+Green+Blue) = 8+3+84=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 84 (33.20% from 255 or 88.42% from 95); Max value from RGB is 84 - color contains mainly: blue. Hex color #080354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080354 is #F7FCAB. Grayscale: #0D0D0D. Windows color (decimal): -16252076 or 5505800. OLE color: 5505800.
HSL color Cylindrical-coordinate representation of color #080354: hue angle of 243.7º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080354 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 3 | 84 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.67 |
| HSL | 243.7º | 0.93% | 0.17% | - |
| HSV(B) | 243.7º | 0.96% | 0.33% | - |
| XYZ | 1.73 | 0.76 | 8.44 | - |
| YUV | 13.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 84 | 0.90 | 0.96 | 0 | 0.67 | 243.7 | 0.93 | 0.17 |
| Hex | 8 | 3 | 54 | 5A | 60 | 0 | 43 | F4 | 5D | 11 |
| Octal | 10 | 3 | 124 | 132 | 140 | 0 | 103 | 364 | 135 | 21 |
| Binary | 1000 | 11 | 1010100 | 1011010 | 1100000 | 0 | 1000011 | 11110100 | 1011101 | 10001 |
Color Harmonies of #080354
Complementary color
Monochromatic Colors of #080354
Black with #080354
Text Example
Text Example
White with #080354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080354; }
p { color: rgb(8,3,84); }
H1.HeaderClassName
{
color: #080354;
}
.AnyTagClassName
{
color: #080354;
}
</style>
background-color css
<style>
a { background-color: #080354; }
a { background-color: rgb(8,3,84); }
div.DivClassName
{
background-color: #080354;
}
.BgClassName
{
background-color: #080354;
}
</style>
border-color css
<style>
span { border-color: #080354; }
span { border-color: rgb(8,3,84); }
td.TdClassName
{
border-color: #080354;
}
.TagClassName
{
border-color: #080354;
}
</style>