Html Css Color HEX #084FE1 Navy Blue

📋 copy color: '#084FE1'

red 8 ◦ green 79 ◦ blue 225

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

Shades of Navy Blue #084FE1

Tints of Navy Blue #084FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 225 (88.28% from 255) = 72.12%

R = 2.56%
G = 25.32%
B = 72.12%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#084FE1 (or 0x084FE1) is known color: Navy Blue. HEX triplet: 08, 4F and E1. RGB value is (8,79,225). Sum of RGB (Red+Green+Blue) = 8+79+225=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 225 (88.28% from 255 or 72.12% from 312); Max value from RGB is 225 - color contains mainly: blue. Hex color #084FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FE1 is #F7B01E. Grayscale: #494949. Windows color (decimal): -16232479 or 14765832. OLE color: 14765832.

HSL color Cylindrical-coordinate representation of color #084FE1: hue angle of 220.37º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FE1 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 79 225 -
CMYK 0.96 0.65 0 0.12
HSL 220.37º 0.93% 0.46% -
HSV(B) 220.37º 0.96% 0.88% -
XYZ 16.49 11.08 72.5 -
YUV 74.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 8 79 225 0.96 0.65 0 0.12 220.37 0.93 0.46
Hex 8 4F E1 60 41 0 C DC 5D 2E
Octal 10 117 341 140 101 0 14 334 135 56
Binary 1000 1001111 11100001 1100000 1000001 0 1100 11011100 1011101 101110

Color Harmonies of #084FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FE1

Black with #084FE1

Text Example


Text Example

White with #084FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,225); }

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

background-color css

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

 a { background-color: rgb(8,79,225); }

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

border-color css

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

 span { border-color: rgb(8,79,225); }

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