Html Css Color HEX #086CDB Navy Blue

📋 copy color: '#086CDB'

red 8 ◦ green 108 ◦ blue 219

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

Shades of Navy Blue #086CDB

Tints of Navy Blue #086CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 2.39%
G = 32.24%
B = 65.37%

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

#086CDB (or 0x086CDB) is known color: Navy Blue. HEX triplet: 08, 6C and DB. RGB value is (8,108,219). Sum of RGB (Red+Green+Blue) = 8+108+219=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #086CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CDB is #F79324. Grayscale: #5A5A5A. Windows color (decimal): -16225061 or 14380040. OLE color: 14380040.

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

Color convert

RGB 8 108 219 -
CMYK 0.96 0.51 0 0.14
HSL 211.56º 0.93% 0.45% -
HSV(B) 211.56º 0.96% 0.86% -
XYZ 18.25 15.89 69.12 -
YUV 90.75 200.37 68.97 -
System Red Green Blue C M Y K H S L
Decimal 8 108 219 0.96 0.51 0 0.14 211.56 0.93 0.45
Hex 8 6C DB 60 33 0 E D4 5D 2D
Octal 10 154 333 140 63 0 16 324 135 55
Binary 1000 1101100 11011011 1100000 110011 0 1110 11010100 1011101 101101

Color Harmonies of #086CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CDB

Black with #086CDB

Text Example


Text Example

White with #086CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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