Html Css Color HEX #086ACD Navy Blue

📋 copy color: '#086ACD'

red 8 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #086ACD

Tints of Navy Blue #086ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 2.51%
G = 33.23%
B = 64.26%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#086ACD (or 0x086ACD) is known color: Navy Blue. HEX triplet: 08, 6A and CD. RGB value is (8,106,205). Sum of RGB (Red+Green+Blue) = 8+106+205=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #086ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ACD is #F79532. Grayscale: #575757. Windows color (decimal): -16225587 or 13462024. OLE color: 13462024.

HSL color Cylindrical-coordinate representation of color #086ACD: hue angle of 210.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ACD is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 106 205 -
CMYK 0.96 0.48 0 0.20
HSL 210.15º 0.92% 0.42% -
HSV(B) 210.15º 0.96% 0.8% -
XYZ 16.27 14.77 59.75 -
YUV 87.98 194.03 70.95 -
System Red Green Blue C M Y K H S L
Decimal 8 106 205 0.96 0.48 0 0.20 210.15 0.92 0.42
Hex 8 6A CD 60 30 0 14 D2 5C 2A
Octal 10 152 315 140 60 0 24 322 134 52
Binary 1000 1101010 11001101 1100000 110000 0 10100 11010010 1011100 101010

Color Harmonies of #086ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086ACD

Black with #086ACD

Text Example


Text Example

White with #086ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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