Shades of Navy Blue #084ECD
Tints of Navy Blue #084ECD
RGB
CMYK
RGB Variations
Color information
#084ECD (or 0x084ECD) is known color: Navy Blue. HEX triplet: 08, 4E and CD. RGB value is (8,78,205). Sum of RGB (Red+Green+Blue) = 8+78+205=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #084ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECD is #F7B132. Grayscale: #464646. Windows color (decimal): -16232755 or 13454856. OLE color: 13454856.
HSL color Cylindrical-coordinate representation of color #084ECD: hue angle of 218.68º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ECD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 78 | 205 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.20 |
| HSL | 218.68º | 0.92% | 0.42% | - |
| HSV(B) | 218.68º | 0.96% | 0.8% | - |
| XYZ | 13.84 | 9.91 | 58.94 | - |
| YUV | 71.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 205 | 0.96 | 0.62 | 0 | 0.20 | 218.68 | 0.92 | 0.42 |
| Hex | 8 | 4E | CD | 60 | 3E | 0 | 14 | DB | 5C | 2A |
| Octal | 10 | 116 | 315 | 140 | 76 | 0 | 24 | 333 | 134 | 52 |
| Binary | 1000 | 1001110 | 11001101 | 1100000 | 111110 | 0 | 10100 | 11011011 | 1011100 | 101010 |
Color Harmonies of #084ECD
Complementary color
Monochromatic Colors of #084ECD
Black with #084ECD
Text Example
Text Example
White with #084ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ECD; }
p { color: rgb(8,78,205); }
H1.HeaderClassName
{
color: #084ECD;
}
.AnyTagClassName
{
color: #084ECD;
}
</style>
background-color css
<style>
a { background-color: #084ECD; }
a { background-color: rgb(8,78,205); }
div.DivClassName
{
background-color: #084ECD;
}
.BgClassName
{
background-color: #084ECD;
}
</style>
border-color css
<style>
span { border-color: #084ECD; }
span { border-color: rgb(8,78,205); }
td.TdClassName
{
border-color: #084ECD;
}
.TagClassName
{
border-color: #084ECD;
}
</style>