Html Css Color HEX #086FEF Navy Blue

📋 copy color: '#086FEF'

red 8 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #086FEF

Tints of Navy Blue #086FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 2.23%
G = 31.01%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#086FEF (or 0x086FEF) is known color: Navy Blue. HEX triplet: 08, 6F and EF. RGB value is (8,111,239). Sum of RGB (Red+Green+Blue) = 8+111+239=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #086FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FEF is #F79010. Grayscale: #5E5E5E. Windows color (decimal): -16224273 or 15691528. OLE color: 15691528.

HSL color Cylindrical-coordinate representation of color #086FEF: hue angle of 213.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086FEF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 111 239 -
CMYK 0.97 0.54 0 0.06
HSL 213.25º 0.94% 0.48% -
HSV(B) 213.25º 0.97% 0.94% -
XYZ 21.36 17.65 83.94 -
YUV 94.8 209.38 66.09 -
System Red Green Blue C M Y K H S L
Decimal 8 111 239 0.97 0.54 0 0.06 213.25 0.94 0.48
Hex 8 6F EF 61 36 0 6 D5 5E 30
Octal 10 157 357 141 66 0 6 325 136 60
Binary 1000 1101111 11101111 1100001 110110 0 110 11010101 1011110 110000

Color Harmonies of #086FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FEF

Black with #086FEF

Text Example


Text Example

White with #086FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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