Shades of Midnight Blue #08095B
Tints of Midnight Blue #08095B
RGB
CMYK
RGB Variations
Color information
#08095B (or 0x08095B) is known color: Midnight Blue. HEX triplet: 08, 09 and 5B. RGB value is (8,9,91). Sum of RGB (Red+Green+Blue) = 8+9+91=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #08095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08095B is #F7F6A4. Grayscale: #111111. Windows color (decimal): -16250533 or 5966088. OLE color: 5966088.
HSL color Cylindrical-coordinate representation of color #08095B: hue angle of 239.28º 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 #08095B is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 9 | 91 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.64 |
| HSL | 239.28º | 0.84% | 0.19% | - |
| HSV(B) | 239.28º | 0.91% | 0.36% | - |
| XYZ | 2.09 | 1 | 9.98 | - |
| YUV | 18.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 91 | 0.91 | 0.90 | 0 | 0.64 | 239.28 | 0.84 | 0.19 |
| Hex | 8 | 9 | 5B | 5B | 5A | 0 | 40 | EF | 54 | 13 |
| Octal | 10 | 11 | 133 | 133 | 132 | 0 | 100 | 357 | 124 | 23 |
| Binary | 1000 | 1001 | 1011011 | 1011011 | 1011010 | 0 | 1000000 | 11101111 | 1010100 | 10011 |
Color Harmonies of #08095B
Complementary color
Monochromatic Colors of #08095B
Black with #08095B
Text Example
Text Example
White with #08095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08095B; }
p { color: rgb(8,9,91); }
H1.HeaderClassName
{
color: #08095B;
}
.AnyTagClassName
{
color: #08095B;
}
</style>
background-color css
<style>
a { background-color: #08095B; }
a { background-color: rgb(8,9,91); }
div.DivClassName
{
background-color: #08095B;
}
.BgClassName
{
background-color: #08095B;
}
</style>
border-color css
<style>
span { border-color: #08095B; }
span { border-color: rgb(8,9,91); }
td.TdClassName
{
border-color: #08095B;
}
.TagClassName
{
border-color: #08095B;
}
</style>