Shades of Midnight Blue #08065D
Tints of Midnight Blue #08065D
RGB
CMYK
RGB Variations
Color information
#08065D (or 0x08065D) is known color: Midnight Blue. HEX triplet: 08, 06 and 5D. RGB value is (8,6,93). Sum of RGB (Red+Green+Blue) = 8+6+93=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #08065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08065D is #F7F9A2. Grayscale: #101010. Windows color (decimal): -16251299 or 6096392. OLE color: 6096392.
HSL color Cylindrical-coordinate representation of color #08065D: hue angle of 241.38º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08065D is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 6 | 93 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.64 |
| HSL | 241.38º | 0.88% | 0.19% | - |
| HSV(B) | 241.38º | 0.94% | 0.36% | - |
| XYZ | 2.14 | 0.97 | 10.43 | - |
| YUV | 16.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 93 | 0.91 | 0.94 | 0 | 0.64 | 241.38 | 0.88 | 0.19 |
| Hex | 8 | 6 | 5D | 5B | 5E | 0 | 40 | F1 | 58 | 13 |
| Octal | 10 | 6 | 135 | 133 | 136 | 0 | 100 | 361 | 130 | 23 |
| Binary | 1000 | 110 | 1011101 | 1011011 | 1011110 | 0 | 1000000 | 11110001 | 1011000 | 10011 |
Color Harmonies of #08065D
Complementary color
Monochromatic Colors of #08065D
Black with #08065D
Text Example
Text Example
White with #08065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08065D; }
p { color: rgb(8,6,93); }
H1.HeaderClassName
{
color: #08065D;
}
.AnyTagClassName
{
color: #08065D;
}
</style>
background-color css
<style>
a { background-color: #08065D; }
a { background-color: rgb(8,6,93); }
div.DivClassName
{
background-color: #08065D;
}
.BgClassName
{
background-color: #08065D;
}
</style>
border-color css
<style>
span { border-color: #08065D; }
span { border-color: rgb(8,6,93); }
td.TdClassName
{
border-color: #08065D;
}
.TagClassName
{
border-color: #08065D;
}
</style>