Shades of Midnight Blue #08075D
Tints of Midnight Blue #08075D
RGB
CMYK
RGB Variations
Color information
#08075D (or 0x08075D) is known color: Midnight Blue. HEX triplet: 08, 07 and 5D. RGB value is (8,7,93). Sum of RGB (Red+Green+Blue) = 8+7+93=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 93 (36.72% from 255 or 86.11% from 108); Max value from RGB is 93 - color contains mainly: blue. Hex color #08075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08075D is #F7F8A2. Grayscale: #101010. Windows color (decimal): -16251043 or 6096648. OLE color: 6096648.
HSL color Cylindrical-coordinate representation of color #08075D: hue angle of 240.7º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08075D is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 7 | 93 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.64 |
| HSL | 240.7º | 0.86% | 0.2% | - |
| HSV(B) | 240.7º | 0.92% | 0.36% | - |
| XYZ | 2.15 | 0.99 | 10.43 | - |
| YUV | 17.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 93 | 0.91 | 0.92 | 0 | 0.64 | 240.7 | 0.86 | 0.2 |
| Hex | 8 | 7 | 5D | 5B | 5C | 0 | 40 | F1 | 56 | 14 |
| Octal | 10 | 7 | 135 | 133 | 134 | 0 | 100 | 361 | 126 | 24 |
| Binary | 1000 | 111 | 1011101 | 1011011 | 1011100 | 0 | 1000000 | 11110001 | 1010110 | 10100 |
Color Harmonies of #08075D
Complementary color
Monochromatic Colors of #08075D
Black with #08075D
Text Example
Text Example
White with #08075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08075D; }
p { color: rgb(8,7,93); }
H1.HeaderClassName
{
color: #08075D;
}
.AnyTagClassName
{
color: #08075D;
}
</style>
background-color css
<style>
a { background-color: #08075D; }
a { background-color: rgb(8,7,93); }
div.DivClassName
{
background-color: #08075D;
}
.BgClassName
{
background-color: #08075D;
}
</style>
border-color css
<style>
span { border-color: #08075D; }
span { border-color: rgb(8,7,93); }
td.TdClassName
{
border-color: #08075D;
}
.TagClassName
{
border-color: #08075D;
}
</style>