Shades of Midnight Blue #080D71
Tints of Midnight Blue #080D71
RGB
CMYK
RGB Variations
Color information
#080D71 (or 0x080D71) is known color: Midnight Blue. HEX triplet: 08, 0D and 71. RGB value is (8,13,113). Sum of RGB (Red+Green+Blue) = 8+13+113=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #080D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D71 is #F7F28E. Grayscale: #161616. Windows color (decimal): -16249487 or 7408904. OLE color: 7408904.
HSL color Cylindrical-coordinate representation of color #080D71: hue angle of 237.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080D71 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 13 | 113 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.56 |
| HSL | 237.14º | 0.87% | 0.24% | - |
| HSV(B) | 237.14º | 0.93% | 0.44% | - |
| XYZ | 3.22 | 1.53 | 15.75 | - |
| YUV | 22.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 113 | 0.93 | 0.88 | 0 | 0.56 | 237.14 | 0.87 | 0.24 |
| Hex | 8 | D | 71 | 5D | 58 | 0 | 38 | ED | 57 | 18 |
| Octal | 10 | 15 | 161 | 135 | 130 | 0 | 70 | 355 | 127 | 30 |
| Binary | 1000 | 1101 | 1110001 | 1011101 | 1011000 | 0 | 111000 | 11101101 | 1010111 | 11000 |
Color Harmonies of #080D71
Complementary color
Monochromatic Colors of #080D71
Black with #080D71
Text Example
Text Example
White with #080D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D71; }
p { color: rgb(8,13,113); }
H1.HeaderClassName
{
color: #080D71;
}
.AnyTagClassName
{
color: #080D71;
}
</style>
background-color css
<style>
a { background-color: #080D71; }
a { background-color: rgb(8,13,113); }
div.DivClassName
{
background-color: #080D71;
}
.BgClassName
{
background-color: #080D71;
}
</style>
border-color css
<style>
span { border-color: #080D71; }
span { border-color: rgb(8,13,113); }
td.TdClassName
{
border-color: #080D71;
}
.TagClassName
{
border-color: #080D71;
}
</style>