Shades of Midnight Blue #080D5D
Tints of Midnight Blue #080D5D
RGB
CMYK
RGB Variations
Color information
#080D5D (or 0x080D5D) is known color: Midnight Blue. HEX triplet: 08, 0D and 5D. RGB value is (8,13,93). Sum of RGB (Red+Green+Blue) = 8+13+93=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #080D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D5D is #F7F2A2. Grayscale: #141414. Windows color (decimal): -16249507 or 6098184. OLE color: 6098184.
HSL color Cylindrical-coordinate representation of color #080D5D: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080D5D is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 13 | 93 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.64 |
| HSL | 236.47º | 0.84% | 0.2% | - |
| HSV(B) | 236.47º | 0.91% | 0.36% | - |
| XYZ | 2.22 | 1.13 | 10.46 | - |
| YUV | 20.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 93 | 0.91 | 0.86 | 0 | 0.64 | 236.47 | 0.84 | 0.2 |
| Hex | 8 | D | 5D | 5B | 56 | 0 | 40 | EC | 54 | 14 |
| Octal | 10 | 15 | 135 | 133 | 126 | 0 | 100 | 354 | 124 | 24 |
| Binary | 1000 | 1101 | 1011101 | 1011011 | 1010110 | 0 | 1000000 | 11101100 | 1010100 | 10100 |
Color Harmonies of #080D5D
Complementary color
Monochromatic Colors of #080D5D
Black with #080D5D
Text Example
Text Example
White with #080D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D5D; }
p { color: rgb(8,13,93); }
H1.HeaderClassName
{
color: #080D5D;
}
.AnyTagClassName
{
color: #080D5D;
}
</style>
background-color css
<style>
a { background-color: #080D5D; }
a { background-color: rgb(8,13,93); }
div.DivClassName
{
background-color: #080D5D;
}
.BgClassName
{
background-color: #080D5D;
}
</style>
border-color css
<style>
span { border-color: #080D5D; }
span { border-color: rgb(8,13,93); }
td.TdClassName
{
border-color: #080D5D;
}
.TagClassName
{
border-color: #080D5D;
}
</style>