Html Css Color HEX #086BDE Navy Blue

📋 copy color: '#086BDE'

red 8 ◦ green 107 ◦ blue 222

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

Shades of Navy Blue #086BDE

Tints of Navy Blue #086BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 2.37%
G = 31.75%
B = 65.88%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#086BDE (or 0x086BDE) is known color: Navy Blue. HEX triplet: 08, 6B and DE. RGB value is (8,107,222). Sum of RGB (Red+Green+Blue) = 8+107+222=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #086BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BDE is #F79421. Grayscale: #595959. Windows color (decimal): -16225314 or 14576392. OLE color: 14576392.

HSL color Cylindrical-coordinate representation of color #086BDE: hue angle of 212.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BDE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 107 222 -
CMYK 0.96 0.52 0 0.13
HSL 212.24º 0.93% 0.45% -
HSV(B) 212.24º 0.96% 0.87% -
XYZ 18.54 15.84 71.19 -
YUV 90.51 202.2 69.15 -
System Red Green Blue C M Y K H S L
Decimal 8 107 222 0.96 0.52 0 0.13 212.24 0.93 0.45
Hex 8 6B DE 60 34 0 D D4 5D 2D
Octal 10 153 336 140 64 0 15 324 135 55
Binary 1000 1101011 11011110 1100000 110100 0 1101 11010100 1011101 101101

Color Harmonies of #086BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BDE

Black with #086BDE

Text Example


Text Example

White with #086BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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