Html Css Color HEX #086FD6 Navy Blue

📋 copy color: '#086FD6'

red 8 ◦ green 111 ◦ blue 214

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

Shades of Navy Blue #086FD6

Tints of Navy Blue #086FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 214 (83.98% from 255) = 64.26%

R = 2.4%
G = 33.33%
B = 64.26%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#086FD6 (or 0x086FD6) is known color: Navy Blue. HEX triplet: 08, 6F and D6. RGB value is (8,111,214). Sum of RGB (Red+Green+Blue) = 8+111+214=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #086FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FD6 is #F79029. Grayscale: #5B5B5B. Windows color (decimal): -16224298 or 14053128. OLE color: 14053128.

HSL color Cylindrical-coordinate representation of color #086FD6: hue angle of 210º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FD6 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 111 214 -
CMYK 0.96 0.48 0 0.16
HSL 210º 0.93% 0.44% -
HSV(B) 210º 0.96% 0.84% -
XYZ 17.92 16.28 65.82 -
YUV 91.95 196.88 68.12 -
System Red Green Blue C M Y K H S L
Decimal 8 111 214 0.96 0.48 0 0.16 210 0.93 0.44
Hex 8 6F D6 60 30 0 10 D2 5D 2C
Octal 10 157 326 140 60 0 20 322 135 54
Binary 1000 1101111 11010110 1100000 110000 0 10000 11010010 1011101 101100

Color Harmonies of #086FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FD6

Black with #086FD6

Text Example


Text Example

White with #086FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,214); }

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

background-color css

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

 a { background-color: rgb(8,111,214); }

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

border-color css

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

 span { border-color: rgb(8,111,214); }

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