Shades of Midnight Blue #08095D
Tints of Midnight Blue #08095D
RGB
CMYK
RGB Variations
Color information
#08095D (or 0x08095D) is known color: Midnight Blue. HEX triplet: 08, 09 and 5D. RGB value is (8,9,93). Sum of RGB (Red+Green+Blue) = 8+9+93=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #08095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08095D is #F7F6A2. Grayscale: #111111. Windows color (decimal): -16250531 or 6097160. OLE color: 6097160.
HSL color Cylindrical-coordinate representation of color #08095D: hue angle of 239.29º 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 #08095D is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 9 | 93 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.64 |
| HSL | 239.29º | 0.84% | 0.2% | - |
| HSV(B) | 239.29º | 0.91% | 0.36% | - |
| XYZ | 2.17 | 1.04 | 10.44 | - |
| YUV | 18.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 93 | 0.91 | 0.90 | 0 | 0.64 | 239.29 | 0.84 | 0.2 |
| Hex | 8 | 9 | 5D | 5B | 5A | 0 | 40 | EF | 54 | 14 |
| Octal | 10 | 11 | 135 | 133 | 132 | 0 | 100 | 357 | 124 | 24 |
| Binary | 1000 | 1001 | 1011101 | 1011011 | 1011010 | 0 | 1000000 | 11101111 | 1010100 | 10100 |
Color Harmonies of #08095D
Complementary color
Monochromatic Colors of #08095D
Black with #08095D
Text Example
Text Example
White with #08095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08095D; }
p { color: rgb(8,9,93); }
H1.HeaderClassName
{
color: #08095D;
}
.AnyTagClassName
{
color: #08095D;
}
</style>
background-color css
<style>
a { background-color: #08095D; }
a { background-color: rgb(8,9,93); }
div.DivClassName
{
background-color: #08095D;
}
.BgClassName
{
background-color: #08095D;
}
</style>
border-color css
<style>
span { border-color: #08095D; }
span { border-color: rgb(8,9,93); }
td.TdClassName
{
border-color: #08095D;
}
.TagClassName
{
border-color: #08095D;
}
</style>