Shades of New Midnight Blue #080EA3
Tints of New Midnight Blue #080EA3
RGB
CMYK
RGB Variations
Color information
#080EA3 (or 0x080EA3) is known color: New Midnight Blue. HEX triplet: 08, 0E and A3. RGB value is (8,14,163). Sum of RGB (Red+Green+Blue) = 8+14+163=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 163 (64.06% from 255 or 88.11% from 185); Max value from RGB is 163 - color contains mainly: blue. Hex color #080EA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080EA3 is #F7F15C. Grayscale: #1C1C1C. Windows color (decimal): -16249181 or 10685960. OLE color: 10685960.
HSL color Cylindrical-coordinate representation of color #080EA3: hue angle of 237.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080EA3 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 14 | 163 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.36 |
| HSL | 237.68º | 0.91% | 0.34% | - |
| HSV(B) | 237.68º | 0.95% | 0.64% | - |
| XYZ | 6.87 | 3.01 | 34.87 | - |
| YUV | 29.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 163 | 0.95 | 0.91 | 0 | 0.36 | 237.68 | 0.91 | 0.34 |
| Hex | 8 | E | A3 | 5F | 5B | 0 | 24 | EE | 5B | 22 |
| Octal | 10 | 16 | 243 | 137 | 133 | 0 | 44 | 356 | 133 | 42 |
| Binary | 1000 | 1110 | 10100011 | 1011111 | 1011011 | 0 | 100100 | 11101110 | 1011011 | 100010 |
Color Harmonies of #080EA3
Complementary color
Monochromatic Colors of #080EA3
Black with #080EA3
Text Example
Text Example
White with #080EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EA3; }
p { color: rgb(8,14,163); }
H1.HeaderClassName
{
color: #080EA3;
}
.AnyTagClassName
{
color: #080EA3;
}
</style>
background-color css
<style>
a { background-color: #080EA3; }
a { background-color: rgb(8,14,163); }
div.DivClassName
{
background-color: #080EA3;
}
.BgClassName
{
background-color: #080EA3;
}
</style>
border-color css
<style>
span { border-color: #080EA3; }
span { border-color: rgb(8,14,163); }
td.TdClassName
{
border-color: #080EA3;
}
.TagClassName
{
border-color: #080EA3;
}
</style>