Shades of Midnight Blue #08095E
Tints of Midnight Blue #08095E
RGB
CMYK
RGB Variations
Color information
#08095E (or 0x08095E) is known color: Midnight Blue. HEX triplet: 08, 09 and 5E. RGB value is (8,9,94). Sum of RGB (Red+Green+Blue) = 8+9+94=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #08095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08095E is #F7F6A1. Grayscale: #121212. Windows color (decimal): -16250530 or 6162696. OLE color: 6162696.
HSL color Cylindrical-coordinate representation of color #08095E: hue angle of 239.3º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08095E is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 9 | 94 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.63 |
| HSL | 239.3º | 0.84% | 0.2% | - |
| HSV(B) | 239.3º | 0.91% | 0.37% | - |
| XYZ | 2.22 | 1.06 | 10.68 | - |
| YUV | 18.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 94 | 0.91 | 0.90 | 0 | 0.63 | 239.3 | 0.84 | 0.2 |
| Hex | 8 | 9 | 5E | 5B | 5A | 0 | 3F | EF | 54 | 14 |
| Octal | 10 | 11 | 136 | 133 | 132 | 0 | 77 | 357 | 124 | 24 |
| Binary | 1000 | 1001 | 1011110 | 1011011 | 1011010 | 0 | 111111 | 11101111 | 1010100 | 10100 |
Color Harmonies of #08095E
Complementary color
Monochromatic Colors of #08095E
Black with #08095E
Text Example
Text Example
White with #08095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08095E; }
p { color: rgb(8,9,94); }
H1.HeaderClassName
{
color: #08095E;
}
.AnyTagClassName
{
color: #08095E;
}
</style>
background-color css
<style>
a { background-color: #08095E; }
a { background-color: rgb(8,9,94); }
div.DivClassName
{
background-color: #08095E;
}
.BgClassName
{
background-color: #08095E;
}
</style>
border-color css
<style>
span { border-color: #08095E; }
span { border-color: rgb(8,9,94); }
td.TdClassName
{
border-color: #08095E;
}
.TagClassName
{
border-color: #08095E;
}
</style>