Html Css Color HEX #086EDB Navy Blue

📋 copy color: '#086EDB'

red 8 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #086EDB

Tints of Navy Blue #086EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 2.37%
G = 32.64%
B = 64.99%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#086EDB (or 0x086EDB) is known color: Navy Blue. HEX triplet: 08, 6E and DB. RGB value is (8,110,219). Sum of RGB (Red+Green+Blue) = 8+110+219=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #086EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EDB is #F79124. Grayscale: #5B5B5B. Windows color (decimal): -16224549 or 14380552. OLE color: 14380552.

HSL color Cylindrical-coordinate representation of color #086EDB: hue angle of 211º 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 #086EDB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 110 219 -
CMYK 0.96 0.50 0 0.14
HSL 211º 0.93% 0.45% -
HSV(B) 211º 0.96% 0.86% -
XYZ 18.46 16.32 69.19 -
YUV 91.93 199.71 68.14 -
System Red Green Blue C M Y K H S L
Decimal 8 110 219 0.96 0.50 0 0.14 211 0.93 0.45
Hex 8 6E DB 60 32 0 E D3 5D 2D
Octal 10 156 333 140 62 0 16 323 135 55
Binary 1000 1101110 11011011 1100000 110010 0 1110 11010011 1011101 101101

Color Harmonies of #086EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086EDB

Black with #086EDB

Text Example


Text Example

White with #086EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,110,219); }

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

background-color css

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

 a { background-color: rgb(8,110,219); }

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

border-color css

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

 span { border-color: rgb(8,110,219); }

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