Shades of Navy Blue #084EEA
Tints of Navy Blue #084EEA
RGB
CMYK
RGB Variations
Color information
#084EEA (or 0x084EEA) is known color: Navy Blue. HEX triplet: 08, 4E and EA. RGB value is (8,78,234). Sum of RGB (Red+Green+Blue) = 8+78+234=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #084EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EEA is #F7B115. Grayscale: #4A4A4A. Windows color (decimal): -16232726 or 15355400. OLE color: 15355400.
HSL color Cylindrical-coordinate representation of color #084EEA: hue angle of 221.42º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084EEA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 78 | 234 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.08 |
| HSL | 221.42º | 0.93% | 0.47% | - |
| HSV(B) | 221.42º | 0.97% | 0.92% | - |
| XYZ | 17.68 | 11.44 | 79.12 | - |
| YUV | 74.85 | 217.81 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 234 | 0.97 | 0.67 | 0 | 0.08 | 221.42 | 0.93 | 0.47 |
| Hex | 8 | 4E | EA | 61 | 43 | 0 | 8 | DD | 5D | 2F |
| Octal | 10 | 116 | 352 | 141 | 103 | 0 | 10 | 335 | 135 | 57 |
| Binary | 1000 | 1001110 | 11101010 | 1100001 | 1000011 | 0 | 1000 | 11011101 | 1011101 | 101111 |
Color Harmonies of #084EEA
Complementary color
Monochromatic Colors of #084EEA
Black with #084EEA
Text Example
Text Example
White with #084EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EEA; }
p { color: rgb(8,78,234); }
H1.HeaderClassName
{
color: #084EEA;
}
.AnyTagClassName
{
color: #084EEA;
}
</style>
background-color css
<style>
a { background-color: #084EEA; }
a { background-color: rgb(8,78,234); }
div.DivClassName
{
background-color: #084EEA;
}
.BgClassName
{
background-color: #084EEA;
}
</style>
border-color css
<style>
span { border-color: #084EEA; }
span { border-color: rgb(8,78,234); }
td.TdClassName
{
border-color: #084EEA;
}
.TagClassName
{
border-color: #084EEA;
}
</style>