Shades of Navy Blue #084AFE
Tints of Navy Blue #084AFE
RGB
CMYK
RGB Variations
Color information
#084AFE (or 0x084AFE) is known color: Navy Blue. HEX triplet: 08, 4A and FE. RGB value is (8,74,254). Sum of RGB (Red+Green+Blue) = 8+74+254=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #084AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084AFE is #F7B501. Grayscale: #4A4A4A. Windows color (decimal): -16233730 or 16665096. OLE color: 16665096.
HSL color Cylindrical-coordinate representation of color #084AFE: hue angle of 223.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084AFE is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 74 | 254 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.00 |
| HSL | 223.9º | 0.99% | 0.51% | - |
| HSV(B) | 223.9º | 0.97% | 1% | - |
| XYZ | 20.44 | 12.1 | 95.03 | - |
| YUV | 74.79 | 229.13 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 254 | 0.97 | 0.71 | 0 | 0.00 | 223.9 | 0.99 | 0.51 |
| Hex | 8 | 4A | FE | 61 | 47 | 0 | 0 | E0 | 63 | 33 |
| Octal | 10 | 112 | 376 | 141 | 107 | 0 | 0 | 340 | 143 | 63 |
| Binary | 1000 | 1001010 | 11111110 | 1100001 | 1000111 | 0 | 0 | 11100000 | 1100011 | 110011 |
Color Harmonies of #084AFE
Complementary color
Monochromatic Colors of #084AFE
Black with #084AFE
Text Example
Text Example
White with #084AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AFE; }
p { color: rgb(8,74,254); }
H1.HeaderClassName
{
color: #084AFE;
}
.AnyTagClassName
{
color: #084AFE;
}
</style>
background-color css
<style>
a { background-color: #084AFE; }
a { background-color: rgb(8,74,254); }
div.DivClassName
{
background-color: #084AFE;
}
.BgClassName
{
background-color: #084AFE;
}
</style>
border-color css
<style>
span { border-color: #084AFE; }
span { border-color: rgb(8,74,254); }
td.TdClassName
{
border-color: #084AFE;
}
.TagClassName
{
border-color: #084AFE;
}
</style>