#084DE6

Color #084DE6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #084DE6

Tints of Navy Blue #084DE6

Color information

#084DE6 (or 0x084DE6) is unknown color: approx Navy Blue. HEX triplet: 08, 4D and E6. RGB value is (8,77,230). Sum of RGB (Red+Green+Blue) = 8+77+230=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #084DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DE6 is #F7B219. Grayscale: #494949. Windows color (decimal): -16232986 or 15093000. OLE color: 15093000.

HSL color Cylindrical-coordinate representation of color #084DE6: hue angle of 221.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DE6 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB877230-
CMYK0.970.6700.10
HSL221.35º93.28%46.67%-
HSV(B)221.35º96.52%90.2%-
XYZ17.0411.0776.1-
YUV73.81216.1481.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 230 (90.23% from 255) = 73.02%
R=2.54%
G=24.44%
B=73.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal8772300.970.6700.10221.3593.2846.67
Hex84DE661430Add5d2f
Octal1011534614110301233513557
Binary10001001101111001101100001100001101010110111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084DE6; }

 p { color: rgb(8,77,230); }

 H1.HeaderClassName
 {
   color: #084DE6;
 }
 .AnyTagClassName
 {
   color: #084DE6;
 }
</style>
background-color css

<style>
 a { background-color: #084DE6; }

 a { background-color: rgb(8,77,230); }

 div.DivClassName
 {
   background-color: #084DE6;
 }
 .BgClassName
 {
   background-color: #084DE6;
 }
</style>
border-color css

<style>
 span { border-color: #084DE6; }

 span { border-color: rgb(8,77,230); }

 td.TdClassName
 {
   border-color: #084DE6;
 }
 .TagClassName
 {
   border-color: #084DE6;
 }
</style>