Html Css Color HEX #086FBF Navy Blue

📋 copy color: '#086FBF'

red 8 ◦ green 111 ◦ blue 191

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

Shades of Navy Blue #086FBF

Tints of Navy Blue #086FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.61%

R = 2.58%
G = 35.81%
B = 61.61%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#086FBF (or 0x086FBF) is known color: Navy Blue. HEX triplet: 08, 6F and BF. RGB value is (8,111,191). Sum of RGB (Red+Green+Blue) = 8+111+191=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #086FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FBF is #F79040. Grayscale: #585858. Windows color (decimal): -16224321 or 12545800. OLE color: 12545800.

HSL color Cylindrical-coordinate representation of color #086FBF: hue angle of 206.23º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FBF is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 111 191 -
CMYK 0.96 0.42 0 0.25
HSL 206.23º 0.92% 0.39% -
HSV(B) 206.23º 0.96% 0.75% -
XYZ 15.19 15.18 51.42 -
YUV 89.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 8 111 191 0.96 0.42 0 0.25 206.23 0.92 0.39
Hex 8 6F BF 60 2A 0 19 CE 5C 27
Octal 10 157 277 140 52 0 31 316 134 47
Binary 1000 1101111 10111111 1100000 101010 0 11001 11001110 1011100 100111

Color Harmonies of #086FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FBF

Black with #086FBF

Text Example


Text Example

White with #086FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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