Html Css Color HEX #084AE8 Navy Blue

📋 copy color: '#084AE8'

red 8 ◦ green 74 ◦ blue 232

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

Shades of Navy Blue #084AE8

Tints of Navy Blue #084AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 73.89%

R = 2.55%
G = 23.57%
B = 73.89%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#084AE8 (or 0x084AE8) is known color: Navy Blue. HEX triplet: 08, 4A and E8. RGB value is (8,74,232). Sum of RGB (Red+Green+Blue) = 8+74+232=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 232 (91.02% from 255 or 73.89% from 314); Max value from RGB is 232 - color contains mainly: blue. Hex color #084AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084AE8 is #F7B517. Grayscale: #474747. Windows color (decimal): -16233752 or 15223304. OLE color: 15223304.

HSL color Cylindrical-coordinate representation of color #084AE8: hue angle of 222.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084AE8 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 74 232 -
CMYK 0.97 0.68 0 0.09
HSL 222.32º 0.93% 0.47% -
HSV(B) 222.32º 0.97% 0.91% -
XYZ 17.11 10.78 77.52 -
YUV 72.28 218.13 82.15 -
System Red Green Blue C M Y K H S L
Decimal 8 74 232 0.97 0.68 0 0.09 222.32 0.93 0.47
Hex 8 4A E8 61 44 0 9 DE 5D 2F
Octal 10 112 350 141 104 0 11 336 135 57
Binary 1000 1001010 11101000 1100001 1000100 0 1001 11011110 1011101 101111

Color Harmonies of #084AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AE8

Black with #084AE8

Text Example


Text Example

White with #084AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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