Shades of Navy Blue #084FE3
Tints of Navy Blue #084FE3
RGB
CMYK
RGB Variations
Color information
#084FE3 (or 0x084FE3) is known color: Navy Blue. HEX triplet: 08, 4F and E3. RGB value is (8,79,227). Sum of RGB (Red+Green+Blue) = 8+79+227=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 227 (89.06% from 255 or 72.29% from 314); Max value from RGB is 227 - color contains mainly: blue. Hex color #084FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FE3 is #F7B01C. Grayscale: #494949. Windows color (decimal): -16232477 or 14896904. OLE color: 14896904.
HSL color Cylindrical-coordinate representation of color #084FE3: hue angle of 220.55º 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 #084FE3 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 79 | 227 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.11 |
| HSL | 220.55º | 0.93% | 0.46% | - |
| HSV(B) | 220.55º | 0.96% | 0.89% | - |
| XYZ | 16.76 | 11.19 | 73.95 | - |
| YUV | 74.64 | 213.98 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 227 | 0.96 | 0.65 | 0 | 0.11 | 220.55 | 0.93 | 0.46 |
| Hex | 8 | 4F | E3 | 60 | 41 | 0 | B | DD | 5D | 2E |
| Octal | 10 | 117 | 343 | 140 | 101 | 0 | 13 | 335 | 135 | 56 |
| Binary | 1000 | 1001111 | 11100011 | 1100000 | 1000001 | 0 | 1011 | 11011101 | 1011101 | 101110 |
Color Harmonies of #084FE3
Complementary color
Monochromatic Colors of #084FE3
Black with #084FE3
Text Example
Text Example
White with #084FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FE3; }
p { color: rgb(8,79,227); }
H1.HeaderClassName
{
color: #084FE3;
}
.AnyTagClassName
{
color: #084FE3;
}
</style>
background-color css
<style>
a { background-color: #084FE3; }
a { background-color: rgb(8,79,227); }
div.DivClassName
{
background-color: #084FE3;
}
.BgClassName
{
background-color: #084FE3;
}
</style>
border-color css
<style>
span { border-color: #084FE3; }
span { border-color: rgb(8,79,227); }
td.TdClassName
{
border-color: #084FE3;
}
.TagClassName
{
border-color: #084FE3;
}
</style>