Shades of Midnight Blue #08085B
Tints of Midnight Blue #08085B
RGB
CMYK
RGB Variations
Color information
#08085B (or 0x08085B) is known color: Midnight Blue. HEX triplet: 08, 08 and 5B. RGB value is (8,8,91). Sum of RGB (Red+Green+Blue) = 8+8+91=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #08085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08085B is #F7F7A4. Grayscale: #111111. Windows color (decimal): -16250789 or 5965832. OLE color: 5965832.
HSL color Cylindrical-coordinate representation of color #08085B: hue angle of 240º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08085B is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 8 | 91 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.64 |
| HSL | 240º | 0.84% | 0.19% | - |
| HSV(B) | 240º | 0.91% | 0.36% | - |
| XYZ | 2.08 | 0.98 | 9.98 | - |
| YUV | 17.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 91 | 0.91 | 0.91 | 0 | 0.64 | 240 | 0.84 | 0.19 |
| Hex | 8 | 8 | 5B | 5B | 5B | 0 | 40 | F0 | 54 | 13 |
| Octal | 10 | 10 | 133 | 133 | 133 | 0 | 100 | 360 | 124 | 23 |
| Binary | 1000 | 1000 | 1011011 | 1011011 | 1011011 | 0 | 1000000 | 11110000 | 1010100 | 10011 |
Color Harmonies of #08085B
Complementary color
Monochromatic Colors of #08085B
Black with #08085B
Text Example
Text Example
White with #08085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08085B; }
p { color: rgb(8,8,91); }
H1.HeaderClassName
{
color: #08085B;
}
.AnyTagClassName
{
color: #08085B;
}
</style>
background-color css
<style>
a { background-color: #08085B; }
a { background-color: rgb(8,8,91); }
div.DivClassName
{
background-color: #08085B;
}
.BgClassName
{
background-color: #08085B;
}
</style>
border-color css
<style>
span { border-color: #08085B; }
span { border-color: rgb(8,8,91); }
td.TdClassName
{
border-color: #08085B;
}
.TagClassName
{
border-color: #08085B;
}
</style>