Html Css Color HEX #084AFF Navy Blue

📋 copy color: '#084AFF'

red 8 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #084AFF

Tints of Navy Blue #084AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 255 (100% from 255) = 75.67%

R = 2.37%
G = 21.96%
B = 75.67%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#084AFF (or 0x084AFF) is known color: Navy Blue. HEX triplet: 08, 4A and FF. RGB value is (8,74,255). Sum of RGB (Red+Green+Blue) = 8+74+255=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #084AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084AFF is #F7B500. Grayscale: #4A4A4A. Windows color (decimal): -16233729 or 16730632. OLE color: 16730632.

HSL color Cylindrical-coordinate representation of color #084AFF: hue angle of 223.97º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084AFF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 74 255 -
CMYK 0.97 0.71 0 0
HSL 223.97º 1% 0.52% -
HSV(B) 223.97º 0.97% 1% -
XYZ 20.6 12.17 95.87 -
YUV 74.9 229.63 80.28 -
System Red Green Blue C M Y K H S L
Decimal 8 74 255 0.97 0.71 0 0 223.97 1 0.52
Hex 8 4A FF 61 47 0 0 E0 64 34
Octal 10 112 377 141 107 0 0 340 144 64
Binary 1000 1001010 11111111 1100001 1000111 0 0 11100000 1100100 110100

Color Harmonies of #084AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AFF

Black with #084AFF

Text Example


Text Example

White with #084AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,74,255); }

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

background-color css

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

 a { background-color: rgb(8,74,255); }

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

border-color css

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

 span { border-color: rgb(8,74,255); }

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