Html Css Color HEX #086BDB Navy Blue

📋 copy color: '#086BDB'

red 8 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #086BDB

Tints of Navy Blue #086BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 2.4%
G = 32.04%
B = 65.57%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#086BDB (or 0x086BDB) is known color: Navy Blue. HEX triplet: 08, 6B and DB. RGB value is (8,107,219). Sum of RGB (Red+Green+Blue) = 8+107+219=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #086BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BDB is #F79424. Grayscale: #595959. Windows color (decimal): -16225317 or 14379784. OLE color: 14379784.

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

Color convert

RGB 8 107 219 -
CMYK 0.96 0.51 0 0.14
HSL 211.85º 0.93% 0.45% -
HSV(B) 211.85º 0.96% 0.86% -
XYZ 18.14 15.68 69.09 -
YUV 90.17 200.7 69.39 -
System Red Green Blue C M Y K H S L
Decimal 8 107 219 0.96 0.51 0 0.14 211.85 0.93 0.45
Hex 8 6B DB 60 33 0 E D4 5D 2D
Octal 10 153 333 140 63 0 16 324 135 55
Binary 1000 1101011 11011011 1100000 110011 0 1110 11010100 1011101 101101

Color Harmonies of #086BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BDB

Black with #086BDB

Text Example


Text Example

White with #086BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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