Shades of Midnight Blue #08085D
Tints of Midnight Blue #08085D
RGB
CMYK
RGB Variations
Color information
#08085D (or 0x08085D) is known color: Midnight Blue. HEX triplet: 08, 08 and 5D. RGB value is (8,8,93). Sum of RGB (Red+Green+Blue) = 8+8+93=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #08085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08085D is #F7F7A2. Grayscale: #111111. Windows color (decimal): -16250787 or 6096904. OLE color: 6096904.
HSL color Cylindrical-coordinate representation of color #08085D: hue angle of 240º 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 #08085D is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 8 | 93 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.64 |
| HSL | 240º | 0.84% | 0.2% | - |
| HSV(B) | 240º | 0.91% | 0.36% | - |
| XYZ | 2.16 | 1.02 | 10.44 | - |
| YUV | 17.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 93 | 0.91 | 0.91 | 0 | 0.64 | 240 | 0.84 | 0.2 |
| Hex | 8 | 8 | 5D | 5B | 5B | 0 | 40 | F0 | 54 | 14 |
| Octal | 10 | 10 | 135 | 133 | 133 | 0 | 100 | 360 | 124 | 24 |
| Binary | 1000 | 1000 | 1011101 | 1011011 | 1011011 | 0 | 1000000 | 11110000 | 1010100 | 10100 |
Color Harmonies of #08085D
Complementary color
Monochromatic Colors of #08085D
Black with #08085D
Text Example
Text Example
White with #08085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08085D; }
p { color: rgb(8,8,93); }
H1.HeaderClassName
{
color: #08085D;
}
.AnyTagClassName
{
color: #08085D;
}
</style>
background-color css
<style>
a { background-color: #08085D; }
a { background-color: rgb(8,8,93); }
div.DivClassName
{
background-color: #08085D;
}
.BgClassName
{
background-color: #08085D;
}
</style>
border-color css
<style>
span { border-color: #08085D; }
span { border-color: rgb(8,8,93); }
td.TdClassName
{
border-color: #08085D;
}
.TagClassName
{
border-color: #08085D;
}
</style>