Shades of Midnight Blue #08075A
Tints of Midnight Blue #08075A
RGB
CMYK
RGB Variations
Color information
#08075A (or 0x08075A) is known color: Midnight Blue. HEX triplet: 08, 07 and 5A. RGB value is (8,7,90). Sum of RGB (Red+Green+Blue) = 8+7+90=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #08075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08075A is #F7F8A5. Grayscale: #101010. Windows color (decimal): -16251046 or 5900040. OLE color: 5900040.
HSL color Cylindrical-coordinate representation of color #08075A: hue angle of 240.72º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08075A is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 7 | 90 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.65 |
| HSL | 240.72º | 0.86% | 0.19% | - |
| HSV(B) | 240.72º | 0.92% | 0.35% | - |
| XYZ | 2.02 | 0.94 | 9.75 | - |
| YUV | 16.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 90 | 0.91 | 0.92 | 0 | 0.65 | 240.72 | 0.86 | 0.19 |
| Hex | 8 | 7 | 5A | 5B | 5C | 0 | 41 | F1 | 56 | 13 |
| Octal | 10 | 7 | 132 | 133 | 134 | 0 | 101 | 361 | 126 | 23 |
| Binary | 1000 | 111 | 1011010 | 1011011 | 1011100 | 0 | 1000001 | 11110001 | 1010110 | 10011 |
Color Harmonies of #08075A
Complementary color
Monochromatic Colors of #08075A
Black with #08075A
Text Example
Text Example
White with #08075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08075A; }
p { color: rgb(8,7,90); }
H1.HeaderClassName
{
color: #08075A;
}
.AnyTagClassName
{
color: #08075A;
}
</style>
background-color css
<style>
a { background-color: #08075A; }
a { background-color: rgb(8,7,90); }
div.DivClassName
{
background-color: #08075A;
}
.BgClassName
{
background-color: #08075A;
}
</style>
border-color css
<style>
span { border-color: #08075A; }
span { border-color: rgb(8,7,90); }
td.TdClassName
{
border-color: #08075A;
}
.TagClassName
{
border-color: #08075A;
}
</style>