Shades of Navy Blue #084ADB
Tints of Navy Blue #084ADB
RGB
CMYK
RGB Variations
Color information
#084ADB (or 0x084ADB) is known color: Navy Blue. HEX triplet: 08, 4A and DB. RGB value is (8,74,219). Sum of RGB (Red+Green+Blue) = 8+74+219=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #084ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ADB is #F7B524. Grayscale: #464646. Windows color (decimal): -16233765 or 14371336. OLE color: 14371336.
HSL color Cylindrical-coordinate representation of color #084ADB: hue angle of 221.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ADB is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 74 | 219 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.14 |
| HSL | 221.23º | 0.93% | 0.45% | - |
| HSV(B) | 221.23º | 0.96% | 0.86% | - |
| XYZ | 15.34 | 10.06 | 68.15 | - |
| YUV | 70.8 | 211.63 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 219 | 0.96 | 0.66 | 0 | 0.14 | 221.23 | 0.93 | 0.45 |
| Hex | 8 | 4A | DB | 60 | 42 | 0 | E | DD | 5D | 2D |
| Octal | 10 | 112 | 333 | 140 | 102 | 0 | 16 | 335 | 135 | 55 |
| Binary | 1000 | 1001010 | 11011011 | 1100000 | 1000010 | 0 | 1110 | 11011101 | 1011101 | 101101 |
Color Harmonies of #084ADB
Complementary color
Monochromatic Colors of #084ADB
Black with #084ADB
Text Example
Text Example
White with #084ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ADB; }
p { color: rgb(8,74,219); }
H1.HeaderClassName
{
color: #084ADB;
}
.AnyTagClassName
{
color: #084ADB;
}
</style>
background-color css
<style>
a { background-color: #084ADB; }
a { background-color: rgb(8,74,219); }
div.DivClassName
{
background-color: #084ADB;
}
.BgClassName
{
background-color: #084ADB;
}
</style>
border-color css
<style>
span { border-color: #084ADB; }
span { border-color: rgb(8,74,219); }
td.TdClassName
{
border-color: #084ADB;
}
.TagClassName
{
border-color: #084ADB;
}
</style>