#084ECD

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

Shades of Navy Blue #084ECD

Tints of Navy Blue #084ECD

Color information

#084ECD (or 0x084ECD) is unknown color: approx 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

RGB878205-
CMYK0.960.6200.20
HSL218.68º92.49%41.76%-
HSV(B)218.68º96.1%80.39%-
XYZ13.849.9158.94-
YUV71.55203.3182.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 205 (80.47% from 255) = 70.45%
R=2.75%
G=26.80%
B=70.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8782050.960.6200.20218.6892.4941.76
Hex84ECD603E014db5c2a
Octal101163151407602433313452
Binary10001001110110011011100000111110010100110110111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>