Shades of New Midnight Blue #080EA0
Tints of New Midnight Blue #080EA0
RGB
CMYK
RGB Variations
Color information
#080EA0 (or 0x080EA0) is known color: New Midnight Blue. HEX triplet: 08, 0E and A0. RGB value is (8,14,160). Sum of RGB (Red+Green+Blue) = 8+14+160=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 160 (62.89% from 255 or 87.91% from 182); Max value from RGB is 160 - color contains mainly: blue. Hex color #080EA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080EA0 is #F7F15F. Grayscale: #1C1C1C. Windows color (decimal): -16249184 or 10489352. OLE color: 10489352.
HSL color Cylindrical-coordinate representation of color #080EA0: hue angle of 237.63º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080EA0 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 14 | 160 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.37 |
| HSL | 237.63º | 0.9% | 0.33% | - |
| HSV(B) | 237.63º | 0.95% | 0.63% | - |
| XYZ | 6.6 | 2.9 | 33.47 | - |
| YUV | 28.85 | 202.01 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 160 | 0.95 | 0.91 | 0 | 0.37 | 237.63 | 0.9 | 0.33 |
| Hex | 8 | E | A0 | 5F | 5B | 0 | 25 | EE | 5A | 21 |
| Octal | 10 | 16 | 240 | 137 | 133 | 0 | 45 | 356 | 132 | 41 |
| Binary | 1000 | 1110 | 10100000 | 1011111 | 1011011 | 0 | 100101 | 11101110 | 1011010 | 100001 |
Color Harmonies of #080EA0
Complementary color
Monochromatic Colors of #080EA0
Black with #080EA0
Text Example
Text Example
White with #080EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EA0; }
p { color: rgb(8,14,160); }
H1.HeaderClassName
{
color: #080EA0;
}
.AnyTagClassName
{
color: #080EA0;
}
</style>
background-color css
<style>
a { background-color: #080EA0; }
a { background-color: rgb(8,14,160); }
div.DivClassName
{
background-color: #080EA0;
}
.BgClassName
{
background-color: #080EA0;
}
</style>
border-color css
<style>
span { border-color: #080EA0; }
span { border-color: rgb(8,14,160); }
td.TdClassName
{
border-color: #080EA0;
}
.TagClassName
{
border-color: #080EA0;
}
</style>