#084ADA

Color #084ADA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #084ADA

Tints of Navy Blue #084ADA

Color information

#084ADA (or 0x084ADA) is unknown color: approx 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

RGB874218-
CMYK0.960.6600.15
HSL221.14º92.92%44.31%-
HSV(B)221.14º96.33%85.49%-
XYZ15.210.0167.46-
YUV70.68211.1383.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8742180.960.6600.15221.1492.9244.31
Hex84ADA60420Fdd5d2c
Octal1011233214010201733513554
Binary10001001010110110101100000100001001111110111011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>