Shades of Midnight Blue #080B54
Tints of Midnight Blue #080B54
RGB
CMYK
RGB Variations
Color information
#080B54 (or 0x080B54) is known color: Midnight Blue. HEX triplet: 08, 0B and 54. RGB value is (8,11,84). Sum of RGB (Red+Green+Blue) = 8+11+84=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #080B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B54 is #F7F4AB. Grayscale: #121212. Windows color (decimal): -16250028 or 5507848. OLE color: 5507848.
HSL color Cylindrical-coordinate representation of color #080B54: hue angle of 237.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080B54 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 11 | 84 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.67 |
| HSL | 237.63º | 0.83% | 0.18% | - |
| HSV(B) | 237.63º | 0.9% | 0.33% | - |
| XYZ | 1.82 | 0.93 | 8.47 | - |
| YUV | 18.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 84 | 0.90 | 0.87 | 0 | 0.67 | 237.63 | 0.83 | 0.18 |
| Hex | 8 | B | 54 | 5A | 57 | 0 | 43 | EE | 53 | 12 |
| Octal | 10 | 13 | 124 | 132 | 127 | 0 | 103 | 356 | 123 | 22 |
| Binary | 1000 | 1011 | 1010100 | 1011010 | 1010111 | 0 | 1000011 | 11101110 | 1010011 | 10010 |
Color Harmonies of #080B54
Complementary color
Monochromatic Colors of #080B54
Black with #080B54
Text Example
Text Example
White with #080B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B54; }
p { color: rgb(8,11,84); }
H1.HeaderClassName
{
color: #080B54;
}
.AnyTagClassName
{
color: #080B54;
}
</style>
background-color css
<style>
a { background-color: #080B54; }
a { background-color: rgb(8,11,84); }
div.DivClassName
{
background-color: #080B54;
}
.BgClassName
{
background-color: #080B54;
}
</style>
border-color css
<style>
span { border-color: #080B54; }
span { border-color: rgb(8,11,84); }
td.TdClassName
{
border-color: #080B54;
}
.TagClassName
{
border-color: #080B54;
}
</style>