Html Css Color HEX #086ADC Navy Blue

📋 copy color: '#086ADC'

red 8 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #086ADC

Tints of Navy Blue #086ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 220 (86.33% from 255) = 65.87%

R = 2.4%
G = 31.74%
B = 65.87%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#086ADC (or 0x086ADC) is known color: Navy Blue. HEX triplet: 08, 6A and DC. RGB value is (8,106,220). Sum of RGB (Red+Green+Blue) = 8+106+220=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #086ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ADC is #F79523. Grayscale: #595959. Windows color (decimal): -16225572 or 14445064. OLE color: 14445064.

HSL color Cylindrical-coordinate representation of color #086ADC: hue angle of 212.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ADC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 106 220 -
CMYK 0.96 0.52 0 0.14
HSL 212.26º 0.93% 0.45% -
HSV(B) 212.26º 0.96% 0.86% -
XYZ 18.17 15.53 69.75 -
YUV 89.69 201.53 69.73 -
System Red Green Blue C M Y K H S L
Decimal 8 106 220 0.96 0.52 0 0.14 212.26 0.93 0.45
Hex 8 6A DC 60 34 0 E D4 5D 2D
Octal 10 152 334 140 64 0 16 324 135 55
Binary 1000 1101010 11011100 1100000 110100 0 1110 11010100 1011101 101101

Color Harmonies of #086ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ADC

Black with #086ADC

Text Example


Text Example

White with #086ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086ADC; }

 p { color: rgb(8,106,220); }

 H1.HeaderClassName
 {
   color: #086ADC;
 }
 .AnyTagClassName
 {
   color: #086ADC;
 }
</style>

background-color css

<style>
 a { background-color: #086ADC; }

 a { background-color: rgb(8,106,220); }

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

border-color css

<style>
 span { border-color: #086ADC; }

 span { border-color: rgb(8,106,220); }

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