Shades of Navy Blue #084FFB
Tints of Navy Blue #084FFB
RGB
CMYK
RGB Variations
Color information
#084FFB (or 0x084FFB) is known color: Navy Blue. HEX triplet: 08, 4F and FB. RGB value is (8,79,251). Sum of RGB (Red+Green+Blue) = 8+79+251=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #084FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084FFB is #F7B004. Grayscale: #4C4C4C. Windows color (decimal): -16232453 or 16469768. OLE color: 16469768.
HSL color Cylindrical-coordinate representation of color #084FFB: hue angle of 222.47º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084FFB is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 79 | 251 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.02 |
| HSL | 222.47º | 0.97% | 0.51% | - |
| HSV(B) | 222.47º | 0.97% | 0.98% | - |
| XYZ | 20.31 | 12.61 | 92.63 | - |
| YUV | 77.38 | 225.98 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 251 | 0.97 | 0.69 | 0 | 0.02 | 222.47 | 0.97 | 0.51 |
| Hex | 8 | 4F | FB | 61 | 45 | 0 | 2 | DE | 61 | 33 |
| Octal | 10 | 117 | 373 | 141 | 105 | 0 | 2 | 336 | 141 | 63 |
| Binary | 1000 | 1001111 | 11111011 | 1100001 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110011 |
Color Harmonies of #084FFB
Complementary color
Monochromatic Colors of #084FFB
Black with #084FFB
Text Example
Text Example
White with #084FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FFB; }
p { color: rgb(8,79,251); }
H1.HeaderClassName
{
color: #084FFB;
}
.AnyTagClassName
{
color: #084FFB;
}
</style>
background-color css
<style>
a { background-color: #084FFB; }
a { background-color: rgb(8,79,251); }
div.DivClassName
{
background-color: #084FFB;
}
.BgClassName
{
background-color: #084FFB;
}
</style>
border-color css
<style>
span { border-color: #084FFB; }
span { border-color: rgb(8,79,251); }
td.TdClassName
{
border-color: #084FFB;
}
.TagClassName
{
border-color: #084FFB;
}
</style>