Shades of New Midnight Blue #080595
Tints of New Midnight Blue #080595
RGB
CMYK
RGB Variations
Color information
#080595 (or 0x080595) is known color: New Midnight Blue. HEX triplet: 08, 05 and 95. RGB value is (8,5,149). Sum of RGB (Red+Green+Blue) = 8+5+149=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 149 (58.59% from 255 or 91.98% from 162); Max value from RGB is 149 - color contains mainly: blue. Hex color #080595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080595 is #F7FA6A. Grayscale: #151515. Windows color (decimal): -16251499 or 9766152. OLE color: 9766152.
HSL color Cylindrical-coordinate representation of color #080595: hue angle of 241.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080595 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 5 | 149 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.42 |
| HSL | 241.25º | 0.94% | 0.3% | - |
| HSV(B) | 241.25º | 0.97% | 0.58% | - |
| XYZ | 5.58 | 2.33 | 28.59 | - |
| YUV | 22.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 149 | 0.95 | 0.97 | 0 | 0.42 | 241.25 | 0.94 | 0.3 |
| Hex | 8 | 5 | 95 | 5F | 61 | 0 | 2A | F1 | 5E | 1E |
| Octal | 10 | 5 | 225 | 137 | 141 | 0 | 52 | 361 | 136 | 36 |
| Binary | 1000 | 101 | 10010101 | 1011111 | 1100001 | 0 | 101010 | 11110001 | 1011110 | 11110 |
Color Harmonies of #080595
Complementary color
Monochromatic Colors of #080595
Black with #080595
Text Example
Text Example
White with #080595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080595; }
p { color: rgb(8,5,149); }
H1.HeaderClassName
{
color: #080595;
}
.AnyTagClassName
{
color: #080595;
}
</style>
background-color css
<style>
a { background-color: #080595; }
a { background-color: rgb(8,5,149); }
div.DivClassName
{
background-color: #080595;
}
.BgClassName
{
background-color: #080595;
}
</style>
border-color css
<style>
span { border-color: #080595; }
span { border-color: rgb(8,5,149); }
td.TdClassName
{
border-color: #080595;
}
.TagClassName
{
border-color: #080595;
}
</style>