Shades of New Midnight Blue #080EA5
Tints of New Midnight Blue #080EA5
RGB
CMYK
RGB Variations
Color information
#080EA5 (or 0x080EA5) is known color: New Midnight Blue. HEX triplet: 08, 0E and A5. RGB value is (8,14,165). Sum of RGB (Red+Green+Blue) = 8+14+165=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 165 (64.84% from 255 or 88.24% from 187); Max value from RGB is 165 - color contains mainly: blue. Hex color #080EA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080EA5 is #F7F15A. Grayscale: #1C1C1C. Windows color (decimal): -16249179 or 10817032. OLE color: 10817032.
HSL color Cylindrical-coordinate representation of color #080EA5: hue angle of 237.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080EA5 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 14 | 165 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.35 |
| HSL | 237.71º | 0.91% | 0.34% | - |
| HSV(B) | 237.71º | 0.95% | 0.65% | - |
| XYZ | 7.05 | 3.08 | 35.82 | - |
| YUV | 29.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 165 | 0.95 | 0.92 | 0 | 0.35 | 237.71 | 0.91 | 0.34 |
| Hex | 8 | E | A5 | 5F | 5C | 0 | 23 | EE | 5B | 22 |
| Octal | 10 | 16 | 245 | 137 | 134 | 0 | 43 | 356 | 133 | 42 |
| Binary | 1000 | 1110 | 10100101 | 1011111 | 1011100 | 0 | 100011 | 11101110 | 1011011 | 100010 |
Color Harmonies of #080EA5
Complementary color
Monochromatic Colors of #080EA5
Black with #080EA5
Text Example
Text Example
White with #080EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EA5; }
p { color: rgb(8,14,165); }
H1.HeaderClassName
{
color: #080EA5;
}
.AnyTagClassName
{
color: #080EA5;
}
</style>
background-color css
<style>
a { background-color: #080EA5; }
a { background-color: rgb(8,14,165); }
div.DivClassName
{
background-color: #080EA5;
}
.BgClassName
{
background-color: #080EA5;
}
</style>
border-color css
<style>
span { border-color: #080EA5; }
span { border-color: rgb(8,14,165); }
td.TdClassName
{
border-color: #080EA5;
}
.TagClassName
{
border-color: #080EA5;
}
</style>