Shades of Navy Blue #084AD0
Tints of Navy Blue #084AD0
RGB
CMYK
RGB Variations
Color information
#084AD0 (or 0x084AD0) is known color: Navy Blue. HEX triplet: 08, 4A and D0. RGB value is (8,74,208). Sum of RGB (Red+Green+Blue) = 8+74+208=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #084AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084AD0 is #F7B52F. Grayscale: #444444. Windows color (decimal): -16233776 or 13650440. OLE color: 13650440.
HSL color Cylindrical-coordinate representation of color #084AD0: hue angle of 220.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084AD0 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 74 | 208 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.18 |
| HSL | 220.2º | 0.93% | 0.42% | - |
| HSV(B) | 220.2º | 0.96% | 0.82% | - |
| XYZ | 13.93 | 9.5 | 60.77 | - |
| YUV | 69.54 | 206.13 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 208 | 0.96 | 0.64 | 0 | 0.18 | 220.2 | 0.93 | 0.42 |
| Hex | 8 | 4A | D0 | 60 | 40 | 0 | 12 | DC | 5D | 2A |
| Octal | 10 | 112 | 320 | 140 | 100 | 0 | 22 | 334 | 135 | 52 |
| Binary | 1000 | 1001010 | 11010000 | 1100000 | 1000000 | 0 | 10010 | 11011100 | 1011101 | 101010 |
Color Harmonies of #084AD0
Complementary color
Monochromatic Colors of #084AD0
Black with #084AD0
Text Example
Text Example
White with #084AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084AD0; }
p { color: rgb(8,74,208); }
H1.HeaderClassName
{
color: #084AD0;
}
.AnyTagClassName
{
color: #084AD0;
}
</style>
background-color css
<style>
a { background-color: #084AD0; }
a { background-color: rgb(8,74,208); }
div.DivClassName
{
background-color: #084AD0;
}
.BgClassName
{
background-color: #084AD0;
}
</style>
border-color css
<style>
span { border-color: #084AD0; }
span { border-color: rgb(8,74,208); }
td.TdClassName
{
border-color: #084AD0;
}
.TagClassName
{
border-color: #084AD0;
}
</style>