Html Css Color HEX #084ADA Navy Blue

📋 copy color: '#084ADA'

red 8 ◦ green 74 ◦ blue 218

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

Shades of Navy Blue #084ADA

Tints of Navy Blue #084ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 2.67%
G = 24.67%
B = 72.67%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#084ADA (or 0x084ADA) is known color: Navy Blue. HEX triplet: 08, 4A and DA. RGB value is (8,74,218). Sum of RGB (Red+Green+Blue) = 8+74+218=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #084ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ADA is #F7B525. Grayscale: #464646. Windows color (decimal): -16233766 or 14305800. OLE color: 14305800.

HSL color Cylindrical-coordinate representation of color #084ADA: hue angle of 221.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ADA is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 74 218 -
CMYK 0.96 0.66 0 0.15
HSL 221.14º 0.93% 0.44% -
HSV(B) 221.14º 0.96% 0.85% -
XYZ 15.2 10.01 67.46 -
YUV 70.68 211.13 83.29 -
System Red Green Blue C M Y K H S L
Decimal 8 74 218 0.96 0.66 0 0.15 221.14 0.93 0.44
Hex 8 4A DA 60 42 0 F DD 5D 2C
Octal 10 112 332 140 102 0 17 335 135 54
Binary 1000 1001010 11011010 1100000 1000010 0 1111 11011101 1011101 101100

Color Harmonies of #084ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ADA

Black with #084ADA

Text Example


Text Example

White with #084ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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