Shades of Navy Blue #084EFF
Tints of Navy Blue #084EFF
RGB
CMYK
RGB Variations
Color information
#084EFF (or 0x084EFF) is known color: Navy Blue. HEX triplet: 08, 4E and FF. RGB value is (8,78,255). Sum of RGB (Red+Green+Blue) = 8+78+255=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #084EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EFF is #F7B100. Grayscale: #4C4C4C. Windows color (decimal): -16232705 or 16731656. OLE color: 16731656.
HSL color Cylindrical-coordinate representation of color #084EFF: hue angle of 223º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084EFF is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 78 | 255 | - |
| CMYK | 0.97 | 0.69 | 0 | 0 |
| HSL | 223º | 1% | 0.52% | - |
| HSV(B) | 223º | 0.97% | 1% | - |
| XYZ | 20.87 | 12.72 | 95.96 | - |
| YUV | 77.25 | 228.31 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 255 | 0.97 | 0.69 | 0 | 0 | 223 | 1 | 0.52 |
| Hex | 8 | 4E | FF | 61 | 45 | 0 | 0 | DF | 64 | 34 |
| Octal | 10 | 116 | 377 | 141 | 105 | 0 | 0 | 337 | 144 | 64 |
| Binary | 1000 | 1001110 | 11111111 | 1100001 | 1000101 | 0 | 0 | 11011111 | 1100100 | 110100 |
Color Harmonies of #084EFF
Complementary color
Monochromatic Colors of #084EFF
Black with #084EFF
Text Example
Text Example
White with #084EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EFF; }
p { color: rgb(8,78,255); }
H1.HeaderClassName
{
color: #084EFF;
}
.AnyTagClassName
{
color: #084EFF;
}
</style>
background-color css
<style>
a { background-color: #084EFF; }
a { background-color: rgb(8,78,255); }
div.DivClassName
{
background-color: #084EFF;
}
.BgClassName
{
background-color: #084EFF;
}
</style>
border-color css
<style>
span { border-color: #084EFF; }
span { border-color: rgb(8,78,255); }
td.TdClassName
{
border-color: #084EFF;
}
.TagClassName
{
border-color: #084EFF;
}
</style>