Shades of Navy Blue #084EE4
Tints of Navy Blue #084EE4
RGB
CMYK
RGB Variations
Color information
#084EE4 (or 0x084EE4) is known color: Navy Blue. HEX triplet: 08, 4E and E4. RGB value is (8,78,228). Sum of RGB (Red+Green+Blue) = 8+78+228=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 228 (89.45% from 255 or 72.61% from 314); Max value from RGB is 228 - color contains mainly: blue. Hex color #084EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EE4 is #F7B11B. Grayscale: #494949. Windows color (decimal): -16232732 or 14962184. OLE color: 14962184.
HSL color Cylindrical-coordinate representation of color #084EE4: hue angle of 220.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EE4 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 78 | 228 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.11 |
| HSL | 220.91º | 0.93% | 0.46% | - |
| HSV(B) | 220.91º | 0.96% | 0.89% | - |
| XYZ | 16.83 | 11.1 | 74.65 | - |
| YUV | 74.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 228 | 0.96 | 0.66 | 0 | 0.11 | 220.91 | 0.93 | 0.46 |
| Hex | 8 | 4E | E4 | 60 | 42 | 0 | B | DD | 5D | 2E |
| Octal | 10 | 116 | 344 | 140 | 102 | 0 | 13 | 335 | 135 | 56 |
| Binary | 1000 | 1001110 | 11100100 | 1100000 | 1000010 | 0 | 1011 | 11011101 | 1011101 | 101110 |
Color Harmonies of #084EE4
Complementary color
Monochromatic Colors of #084EE4
Black with #084EE4
Text Example
Text Example
White with #084EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EE4; }
p { color: rgb(8,78,228); }
H1.HeaderClassName
{
color: #084EE4;
}
.AnyTagClassName
{
color: #084EE4;
}
</style>
background-color css
<style>
a { background-color: #084EE4; }
a { background-color: rgb(8,78,228); }
div.DivClassName
{
background-color: #084EE4;
}
.BgClassName
{
background-color: #084EE4;
}
</style>
border-color css
<style>
span { border-color: #084EE4; }
span { border-color: rgb(8,78,228); }
td.TdClassName
{
border-color: #084EE4;
}
.TagClassName
{
border-color: #084EE4;
}
</style>