Shades of Navy Blue #084DCE
Tints of Navy Blue #084DCE
RGB
CMYK
RGB Variations
Color information
#084DCE (or 0x084DCE) is known color: Navy Blue. HEX triplet: 08, 4D and CE. RGB value is (8,77,206). Sum of RGB (Red+Green+Blue) = 8+77+206=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #084DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DCE is #F7B231. Grayscale: #464646. Windows color (decimal): -16233010 or 13520136. OLE color: 13520136.
HSL color Cylindrical-coordinate representation of color #084DCE: hue angle of 219.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DCE is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 77 | 206 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.19 |
| HSL | 219.09º | 0.93% | 0.42% | - |
| HSV(B) | 219.09º | 0.96% | 0.81% | - |
| XYZ | 13.89 | 9.82 | 59.55 | - |
| YUV | 71.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 206 | 0.96 | 0.63 | 0 | 0.19 | 219.09 | 0.93 | 0.42 |
| Hex | 8 | 4D | CE | 60 | 3F | 0 | 13 | DB | 5D | 2A |
| Octal | 10 | 115 | 316 | 140 | 77 | 0 | 23 | 333 | 135 | 52 |
| Binary | 1000 | 1001101 | 11001110 | 1100000 | 111111 | 0 | 10011 | 11011011 | 1011101 | 101010 |
Color Harmonies of #084DCE
Complementary color
Monochromatic Colors of #084DCE
Black with #084DCE
Text Example
Text Example
White with #084DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DCE; }
p { color: rgb(8,77,206); }
H1.HeaderClassName
{
color: #084DCE;
}
.AnyTagClassName
{
color: #084DCE;
}
</style>
background-color css
<style>
a { background-color: #084DCE; }
a { background-color: rgb(8,77,206); }
div.DivClassName
{
background-color: #084DCE;
}
.BgClassName
{
background-color: #084DCE;
}
</style>
border-color css
<style>
span { border-color: #084DCE; }
span { border-color: rgb(8,77,206); }
td.TdClassName
{
border-color: #084DCE;
}
.TagClassName
{
border-color: #084DCE;
}
</style>