Shades of Navy Blue #084EDA
Tints of Navy Blue #084EDA
RGB
CMYK
RGB Variations
Color information
#084EDA (or 0x084EDA) is known color: Navy Blue. HEX triplet: 08, 4E and DA. RGB value is (8,78,218). Sum of RGB (Red+Green+Blue) = 8+78+218=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #084EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EDA is #F7B125. Grayscale: #484848. Windows color (decimal): -16232742 or 14306824. OLE color: 14306824.
HSL color Cylindrical-coordinate representation of color #084EDA: hue angle of 220º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EDA is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 78 | 218 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.15 |
| HSL | 220º | 0.93% | 0.44% | - |
| HSV(B) | 220º | 0.96% | 0.85% | - |
| XYZ | 15.48 | 10.56 | 67.55 | - |
| YUV | 73.03 | 209.81 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 218 | 0.96 | 0.64 | 0 | 0.15 | 220 | 0.93 | 0.44 |
| Hex | 8 | 4E | DA | 60 | 40 | 0 | F | DC | 5D | 2C |
| Octal | 10 | 116 | 332 | 140 | 100 | 0 | 17 | 334 | 135 | 54 |
| Binary | 1000 | 1001110 | 11011010 | 1100000 | 1000000 | 0 | 1111 | 11011100 | 1011101 | 101100 |
Color Harmonies of #084EDA
Complementary color
Monochromatic Colors of #084EDA
Black with #084EDA
Text Example
Text Example
White with #084EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EDA; }
p { color: rgb(8,78,218); }
H1.HeaderClassName
{
color: #084EDA;
}
.AnyTagClassName
{
color: #084EDA;
}
</style>
background-color css
<style>
a { background-color: #084EDA; }
a { background-color: rgb(8,78,218); }
div.DivClassName
{
background-color: #084EDA;
}
.BgClassName
{
background-color: #084EDA;
}
</style>
border-color css
<style>
span { border-color: #084EDA; }
span { border-color: rgb(8,78,218); }
td.TdClassName
{
border-color: #084EDA;
}
.TagClassName
{
border-color: #084EDA;
}
</style>