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