Shades of Midnight Blue #08075C
Tints of Midnight Blue #08075C
RGB
CMYK
RGB Variations
Color information
#08075C (or 0x08075C) is known color: Midnight Blue. HEX triplet: 08, 07 and 5C. RGB value is (8,7,92). Sum of RGB (Red+Green+Blue) = 8+7+92=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 92 (36.33% from 255 or 85.98% from 107); Max value from RGB is 92 - color contains mainly: blue. Hex color #08075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08075C is #F7F8A3. Grayscale: #101010. Windows color (decimal): -16251044 or 6031112. OLE color: 6031112.
HSL color Cylindrical-coordinate representation of color #08075C: hue angle of 240.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08075C is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 7 | 92 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.64 |
| HSL | 240.71º | 0.86% | 0.19% | - |
| HSV(B) | 240.71º | 0.92% | 0.36% | - |
| XYZ | 2.11 | 0.98 | 10.2 | - |
| YUV | 16.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 92 | 0.91 | 0.92 | 0 | 0.64 | 240.71 | 0.86 | 0.19 |
| Hex | 8 | 7 | 5C | 5B | 5C | 0 | 40 | F1 | 56 | 13 |
| Octal | 10 | 7 | 134 | 133 | 134 | 0 | 100 | 361 | 126 | 23 |
| Binary | 1000 | 111 | 1011100 | 1011011 | 1011100 | 0 | 1000000 | 11110001 | 1010110 | 10011 |
Color Harmonies of #08075C
Complementary color
Monochromatic Colors of #08075C
Black with #08075C
Text Example
Text Example
White with #08075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08075C; }
p { color: rgb(8,7,92); }
H1.HeaderClassName
{
color: #08075C;
}
.AnyTagClassName
{
color: #08075C;
}
</style>
background-color css
<style>
a { background-color: #08075C; }
a { background-color: rgb(8,7,92); }
div.DivClassName
{
background-color: #08075C;
}
.BgClassName
{
background-color: #08075C;
}
</style>
border-color css
<style>
span { border-color: #08075C; }
span { border-color: rgb(8,7,92); }
td.TdClassName
{
border-color: #08075C;
}
.TagClassName
{
border-color: #08075C;
}
</style>