Shades of Midnight Blue #080850
Tints of Midnight Blue #080850
RGB
CMYK
RGB Variations
Color information
#080850 (or 0x080850) is known color: Midnight Blue. HEX triplet: 08, 08 and 50. RGB value is (8,8,80). Sum of RGB (Red+Green+Blue) = 8+8+80=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #080850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080850 is #F7F7AF. Grayscale: #0F0F0F. Windows color (decimal): -16250800 or 5244936. OLE color: 5244936.
HSL color Cylindrical-coordinate representation of color #080850: hue angle of 240º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080850 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 8 | 80 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.69 |
| HSL | 240º | 0.82% | 0.17% | - |
| HSV(B) | 240º | 0.9% | 0.31% | - |
| XYZ | 1.63 | 0.8 | 7.66 | - |
| YUV | 16.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 80 | 0.90 | 0.90 | 0 | 0.69 | 240 | 0.82 | 0.17 |
| Hex | 8 | 8 | 50 | 5A | 5A | 0 | 45 | F0 | 52 | 11 |
| Octal | 10 | 10 | 120 | 132 | 132 | 0 | 105 | 360 | 122 | 21 |
| Binary | 1000 | 1000 | 1010000 | 1011010 | 1011010 | 0 | 1000101 | 11110000 | 1010010 | 10001 |
Color Harmonies of #080850
Complementary color
Monochromatic Colors of #080850
Black with #080850
Text Example
Text Example
White with #080850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080850; }
p { color: rgb(8,8,80); }
H1.HeaderClassName
{
color: #080850;
}
.AnyTagClassName
{
color: #080850;
}
</style>
background-color css
<style>
a { background-color: #080850; }
a { background-color: rgb(8,8,80); }
div.DivClassName
{
background-color: #080850;
}
.BgClassName
{
background-color: #080850;
}
</style>
border-color css
<style>
span { border-color: #080850; }
span { border-color: rgb(8,8,80); }
td.TdClassName
{
border-color: #080850;
}
.TagClassName
{
border-color: #080850;
}
</style>