Shades of New Midnight Blue #080099
Tints of New Midnight Blue #080099
RGB
CMYK
RGB Variations
Color information
#080099 (or 0x080099) is known color: New Midnight Blue. HEX triplet: 08, 00 and 99. RGB value is (8,0,153). Sum of RGB (Red+Green+Blue) = 8+0+153=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 153 (60.16% from 255 or 95.03% from 161); Max value from RGB is 153 - color contains mainly: blue. Hex color #080099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080099 is #F7FF66. Grayscale: #131313. Windows color (decimal): -16252775 or 10027016. OLE color: 10027016.
HSL color Cylindrical-coordinate representation of color #080099: hue angle of 243.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080099 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 0 | 153 | - |
| CMYK | 0.95 | 1 | 0 | 0.4 |
| HSL | 243.14º | 1% | 0.3% | - |
| HSV(B) | 243.14º | 1% | 0.6% | - |
| XYZ | 5.85 | 2.35 | 30.28 | - |
| YUV | 19.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 153 | 0.95 | 1 | 0 | 0.4 | 243.14 | 1 | 0.3 |
| Hex | 8 | 0 | 99 | 5F | 64 | 0 | 28 | F3 | 64 | 1E |
| Octal | 10 | 0 | 231 | 137 | 144 | 0 | 50 | 363 | 144 | 36 |
| Binary | 1000 | 0 | 10011001 | 1011111 | 1100100 | 0 | 101000 | 11110011 | 1100100 | 11110 |
Color Harmonies of #080099
Complementary color
Monochromatic Colors of #080099
Black with #080099
Text Example
Text Example
White with #080099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080099; }
p { color: rgb(8,0,153); }
H1.HeaderClassName
{
color: #080099;
}
.AnyTagClassName
{
color: #080099;
}
</style>
background-color css
<style>
a { background-color: #080099; }
a { background-color: rgb(8,0,153); }
div.DivClassName
{
background-color: #080099;
}
.BgClassName
{
background-color: #080099;
}
</style>
border-color css
<style>
span { border-color: #080099; }
span { border-color: rgb(8,0,153); }
td.TdClassName
{
border-color: #080099;
}
.TagClassName
{
border-color: #080099;
}
</style>