Shades of Navy Blue #084DDC
Tints of Navy Blue #084DDC
RGB
CMYK
RGB Variations
Color information
#084DDC (or 0x084DDC) is known color: Navy Blue. HEX triplet: 08, 4D and DC. RGB value is (8,77,220). Sum of RGB (Red+Green+Blue) = 8+77+220=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #084DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DDC is #F7B223. Grayscale: #484848. Windows color (decimal): -16232996 or 14437640. OLE color: 14437640.
HSL color Cylindrical-coordinate representation of color #084DDC: hue angle of 220.47º 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 #084DDC is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 77 | 220 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.14 |
| HSL | 220.47º | 0.93% | 0.45% | - |
| HSV(B) | 220.47º | 0.96% | 0.86% | - |
| XYZ | 15.67 | 10.53 | 68.92 | - |
| YUV | 72.67 | 211.14 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 220 | 0.96 | 0.65 | 0 | 0.14 | 220.47 | 0.93 | 0.45 |
| Hex | 8 | 4D | DC | 60 | 41 | 0 | E | DC | 5D | 2D |
| Octal | 10 | 115 | 334 | 140 | 101 | 0 | 16 | 334 | 135 | 55 |
| Binary | 1000 | 1001101 | 11011100 | 1100000 | 1000001 | 0 | 1110 | 11011100 | 1011101 | 101101 |
Color Harmonies of #084DDC
Complementary color
Monochromatic Colors of #084DDC
Black with #084DDC
Text Example
Text Example
White with #084DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DDC; }
p { color: rgb(8,77,220); }
H1.HeaderClassName
{
color: #084DDC;
}
.AnyTagClassName
{
color: #084DDC;
}
</style>
background-color css
<style>
a { background-color: #084DDC; }
a { background-color: rgb(8,77,220); }
div.DivClassName
{
background-color: #084DDC;
}
.BgClassName
{
background-color: #084DDC;
}
</style>
border-color css
<style>
span { border-color: #084DDC; }
span { border-color: rgb(8,77,220); }
td.TdClassName
{
border-color: #084DDC;
}
.TagClassName
{
border-color: #084DDC;
}
</style>