Html Css Color HEX #084ECF Navy Blue

📋 copy color: '#084ECF'

red 8 ◦ green 78 ◦ blue 207

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

Shades of Navy Blue #084ECF

Tints of Navy Blue #084ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 2.73%
G = 26.62%
B = 70.65%

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

#084ECF (or 0x084ECF) is known color: Navy Blue. HEX triplet: 08, 4E and CF. RGB value is (8,78,207). Sum of RGB (Red+Green+Blue) = 8+78+207=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #084ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECF is #F7B130. Grayscale: #474747. Windows color (decimal): -16232753 or 13585928. OLE color: 13585928.

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

Color convert

RGB 8 78 207 -
CMYK 0.96 0.62 0 0.19
HSL 218.89º 0.93% 0.42% -
HSV(B) 218.89º 0.96% 0.81% -
XYZ 14.09 10.01 60.22 -
YUV 71.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 8 78 207 0.96 0.62 0 0.19 218.89 0.93 0.42
Hex 8 4E CF 60 3E 0 13 DB 5D 2A
Octal 10 116 317 140 76 0 23 333 135 52
Binary 1000 1001110 11001111 1100000 111110 0 10011 11011011 1011101 101010

Color Harmonies of #084ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ECF

Black with #084ECF

Text Example


Text Example

White with #084ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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