Html Css Color HEX #084ECE Navy Blue

📋 copy color: '#084ECE'

red 8 ◦ green 78 ◦ blue 206

#084ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #084ECE

Tints of Navy Blue #084ECE

RGB

 RED value IS 8 (3.52% from 255) = 2.74%

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 2.74%
G = 26.71%
B = 70.55%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#084ECE (or 0x084ECE) is known color: Navy Blue. HEX triplet: 08, 4E and CE. RGB value is (8,78,206). Sum of RGB (Red+Green+Blue) = 8+78+206=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #084ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECE is #F7B131. Grayscale: #474747. Windows color (decimal): -16232754 or 13520392. OLE color: 13520392.

HSL color Cylindrical-coordinate representation of color #084ECE: hue angle of 218.79º 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 #084ECE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 78 206 -
CMYK 0.96 0.62 0 0.19
HSL 218.79º 0.93% 0.42% -
HSV(B) 218.79º 0.96% 0.81% -
XYZ 13.97 9.96 59.58 -
YUV 71.66 203.81 82.59 -
System Red Green Blue C M Y K H S L
Decimal 8 78 206 0.96 0.62 0 0.19 218.79 0.93 0.42
Hex 8 4E CE 60 3E 0 13 DB 5D 2A
Octal 10 116 316 140 76 0 23 333 135 52
Binary 1000 1001110 11001110 1100000 111110 0 10011 11011011 1011101 101010

Color Harmonies of #084ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ECE

Black with #084ECE

Text Example


Text Example

White with #084ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,206); }

 H1.HeaderClassName
 {
   color: #084ECE;
 }
 .AnyTagClassName
 {
   color: #084ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(8,78,206); }

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

border-color css

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

 span { border-color: rgb(8,78,206); }

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