Shades of Navy Blue #084BDA
Tints of Navy Blue #084BDA
RGB
CMYK
RGB Variations
Color information
#084BDA (or 0x084BDA) is known color: Navy Blue. HEX triplet: 08, 4B and DA. RGB value is (8,75,218). Sum of RGB (Red+Green+Blue) = 8+75+218=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #084BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084BDA is #F7B425. Grayscale: #464646. Windows color (decimal): -16233510 or 14306056. OLE color: 14306056.
HSL color Cylindrical-coordinate representation of color #084BDA: hue angle of 220.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084BDA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 75 | 218 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.15 |
| HSL | 220.86º | 0.93% | 0.44% | - |
| HSV(B) | 220.86º | 0.96% | 0.85% | - |
| XYZ | 15.27 | 10.15 | 67.48 | - |
| YUV | 71.27 | 210.8 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 218 | 0.96 | 0.66 | 0 | 0.15 | 220.86 | 0.93 | 0.44 |
| Hex | 8 | 4B | DA | 60 | 42 | 0 | F | DD | 5D | 2C |
| Octal | 10 | 113 | 332 | 140 | 102 | 0 | 17 | 335 | 135 | 54 |
| Binary | 1000 | 1001011 | 11011010 | 1100000 | 1000010 | 0 | 1111 | 11011101 | 1011101 | 101100 |
Color Harmonies of #084BDA
Complementary color
Monochromatic Colors of #084BDA
Black with #084BDA
Text Example
Text Example
White with #084BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BDA; }
p { color: rgb(8,75,218); }
H1.HeaderClassName
{
color: #084BDA;
}
.AnyTagClassName
{
color: #084BDA;
}
</style>
background-color css
<style>
a { background-color: #084BDA; }
a { background-color: rgb(8,75,218); }
div.DivClassName
{
background-color: #084BDA;
}
.BgClassName
{
background-color: #084BDA;
}
</style>
border-color css
<style>
span { border-color: #084BDA; }
span { border-color: rgb(8,75,218); }
td.TdClassName
{
border-color: #084BDA;
}
.TagClassName
{
border-color: #084BDA;
}
</style>